I had to update a year-old app to the current version of forms. Unfortunately on Android, it seems to think the screen is taller then it actually is (see screen shot). Everything is working just fine for iOS, but all my pages are slightly taller than the screen on Android on multiple devices.
Some things I have tried:
- Made sure I'm using the latest SDK's and latest Android Support files
- Hacked in a padding (worked on modal pages, not on MainPage)
Layout description:
Depends on the idiom: On a phone, it's a MasterDetail with a Tabbed Page as Detail, a Navigation Page for the first Child of Tabbed Page (so Menu appears for only that page), and Content Pages for the rest. For Tablet, the Children of the Tabbed pages are all Content Pages. Modal Pages are all Content Pages.
Any help on this would be greatly appreciated.