I have set the Page Size issue on a list view on a Native Mobile app to show only 2 entries but when I add a 3rd, the screen will not refresh and not show the extra one added. Also the load more option is not visible on native mobile pages according to the documentation, the screen should just load more as it gets to the bottom. However, if I change the page size to 11, then regardless how many entries I have, they will show. Any ideas on why it is not refreshing and showing any entries after the page size option has been met? This is being done on version 8.10.0
asked
Alex Woolridge
1 answers
0
Hi Alex,
This is a styling issue. You can work around this by placing your content inside each group into a Container with a styling set to fixed height.
I would recommend you to use tab bar or subpages if you want to display dynamic content.