12-04-2023, 05:28 AM
You may still be encountering the issue with the latest update then. Would you be willing to test a new build for me? I had though that this problem was specific to newer devices because I didn't see it occur on any of my older devices. If you are seeing it on an Android 7 device, then it may just be device specific, so I'll need to change my code to use a different approach to determine whether I need to push the bottom of the application window up or not. To provide context, on older devices, when the keyboard is displayed, it's displayed on top of the application window. So I have to push everything up above the keyboard so that users can still get access to the bottom of the lists. On newer devices, I was seeing that the application window is actually shrunk down to account for the keyboard, so if my code also pushed the application window up, then it caused the issue you are currently encountering where part of the application window isn't visible.
Thanks,
Mike
Thanks,
Mike