ionic-team / ionic-plugin-keyboard

Ionic Keyboard Plugin for Cordova
Apache License 2.0
611 stars 278 forks source link

Android input fields hidden by keyboard #231

Open jycouet opened 7 years ago

jycouet commented 7 years ago

Hi,

I have an app with 10 pages, and a lot of input fields... Each time I touch an input field, the keyboard pop and there is a scrolling happening to see the field (if needed).

Except in 1 place of my app! But I don't figure out why?! Is there a limitation in html hierarchy? Any other idea?

Thank you