ionic-team / ionic-plugin-keyboard

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

When keyboard closes, viewport is 20px taller (iOS 11) #306

Open filippopossenti opened 6 years ago

filippopossenti commented 6 years ago

I'm experiencing an issue whereas if I set: cordova.plugins.Keyboard.disableScroll(true);

And then I open the keyboard, when the keyboard closes the viewport is 20px taller and it starts from -20px vertically. This affects the experience as my app after the keyboard is used is no longer displaying at the correct position.