Keyboard Showed Messed Up Elements' Position

Keyboard Showed messed up elements' position

In your AndroidManifest.xml, add the following line under the activity with the keyboard:

android:windowSoftInputMode="adjustNothing"

Fixed element problem in mobile browser when keyboard get on screen

Unfortunately that's the expected behavior of Safari in iOS when using fixed elements on the page.

Take a look at this article providing a possible solution:
https://medium.com/@im_rahul/safari-and-position-fixed-978122be5f29



Related Topics



Leave a reply



Submit