MobileContainer Too large?

All works usually perfect with a mobileContainer displaying text fields, one under the other. However, when there are too many fields (more than 15), when selecting a field at the bottom, the whole entry field with the container starts moving up - large containers: field and container totally disappear at the moment of field selection…

Again, the whole constraint thing via code is very confusing, especially since all seems well designed with the auto layout…

Thanks for any ideas…

Normally here you would place the MobileContainer inside a ScrollableArea. This is a bit of a pain to code, but works.
I have moved to GraffitiPagePanels and GraffitiTabPanels that set up the scrolling of your MobileContainers automatically, so this is an alternative approach.

3 Likes

Thank you David, it is in a scrollable area and it works fine until it’s not… I have a look at Graffiti, since I can not publish with such an issue…


After scrolling down, when selecting e.g. cubic mile, the whole container pushes up…