mobify / pinny

A mobile-first content fly-in UI plugin
MIT License
23 stars 4 forks source link

Form input hidden beneath keyboard on Android 4.4.2 #81

Closed jeffkamo closed 9 years ago

jeffkamo commented 9 years ago

Focusing on an input that's close to the bottom of a pinny modal opens the Android keyboard. However, the keyboard covers the input and while the keyboard is open it is impossible to scroll the input into view.

Example of a pinny whose "forgot password" input field is close to the bottom of the modal. This is after focusing on the input:

screenshot_2015-03-30-17-09-42

jeffkamo commented 9 years ago

Issue doesn't occur in Pinny examples. Might be project specific. Closing for now.

scalvert commented 9 years ago

Just to follow up on this, we add a spacer at the bottom of the pinny content when it opens to accommodate this issue. It adds a large space at the bottom which allows for scrolling to the input.