don/KeyboardToolbarRemover

Keyboard.hide() opening keybord moves viewport

rolandschuetz opened this issue · 2 comments

Hello,

on iOS 6 in a phonegap 3.3.0 container the viewport moves up and down when the keyboard opens and toolbar.hide() was applied before.

Any idea how to fix that?

Thanks,
Roland

don commented

@rolandschuetz since you're using Cordova 3.3, you might have better luck with the new iOS keyboard plugin https://github.com/apache/cordova-plugins/tree/master/keyboard which has better resizing logic

Thanks for link, I'll check it out!