Xamarin.Forms.Plugins icon indicating copy to clipboard operation
Xamarin.Forms.Plugins copied to clipboard

KeyboardOverlap does not work correctly on rotate

Open mwillebrands opened this issue 10 years ago • 2 comments
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

mwillebrands avatar Aug 07 '15 14:08 mwillebrands

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

paulpatarinski avatar Aug 08 '15 16:08 paulpatarinski

Would be awesome! :D

mwillebrands avatar Aug 13 '15 12:08 mwillebrands