Slide inputs out of the way of keyboard.
-
I’ve looked around the forums and github, and saw that others had this issue before. On iOS especially, I see that the keyboard sometimes appears right over-top of the input it is targeting. On Android, it seems that the screen scrolls or recalculates much better.
This has been mentioned in the past (2017) @rstoenescu said it would be handled in a future release of the layout, but I haven’t found any instructions for how to handle re-layout for keyboard. Is it supposed to be automatic? How are others managing this? One other solution is to hook into a cordova plugin keyboard event and reflow the pages/layout. I don’t really want to do this if it is already handled by the framework.
Thanks!