Different behaviour on Android and iOS regarding Segment Widget as Page View

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I'm experiencing different behaviour when using UISegment Widget with Page type.

When the segment template is set to 100% height is goes off the preview.

In the Android app the pages have no bounce as intended.

In the iOS app the pages do have bouncing, even though specifically set bounce property to false.

Is there any other property which I should be setting to false?

@Tim Gwvhvm​ can you please help here. Thanks!

@João Pedro Cappelletto D'Agnoluzzo​ Putting the template height in DP should resolve the Bouncing issue for iOS.

OR

do you want the template height in % ?

@Tim Gwvhvm​ I have tried using dp but the screen does not fit as we want in different sized phones.

In fact we need the template to occupy all the height that it's parent segment has. We are using % on heights at the moment and it gives the best results on positioning the components.

The template should fit it all the available space inside the segment .

In the main view we have the components in this order:

  • Top bar with title
  • UISegment (as Page type)
  • Page Indicators

The expected: **Image removed for security reasons**

The bounce happening:**Image removed for security reasons**

Obs: We need custom page indicators as the app has different behaviour on them.