Dear FlutterFlow Community,
I have built a prototype of my app, and it works in TestMode properly. However, when I downloaded the APK file and ran it on my Android phone, I noticed that the ListView does not allow scrolling.
The ListView is wrapped into a column, which is scrollable.
And it looks like the ListView is appropriately configured.
The List is connected to the backend query that extracts the list of documents from the Firestore database. I also activated the Infinity Scroll when troubleshooting, but it did not help. As I said, in the Test Mode, it works fine (with and without the Infinite Scroll on the backend query). I can scroll through it and see all six records from the needed collection.
But the physical Android device shows only five, the quantity that fits the screen size without scrolling.
Could you please suggest what I can try?
Thanks in advance