Here is my scenario:
My forms are using a Grid Layout.
When a field at the bottom of the view is clicked the field gets covered by the keyboard.
Problem I found, if I try putting the Grid layout inside a scroll view then the content does not get rendered for iOS but it renders fine for Android.
Any suggestions? And would I have to do this for each platform?