Xamarin.Forms.Plugins
Xamarin.Forms.Plugins copied to clipboard
KeyboardOverlap does not work correctly on rotate
trafficstars
When a field is being edited and the frame is slided up, and you rotate the app, and click away the keyboard, the wrong position is restored.
I cant figure out why this is happening
Sounds like a scenario I didn't think about. What happens is when you expand the keyboard I get the height of the keyboard and shift the page up by that amount. Then when you collapse the keyboard a shift the page down by that amount. Since you are rotating the device the keyboard height changes. What I could do is add some functionality to remeasure the height of the Keyboard on rotate
Would be awesome! :D