ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

Allow to enable/disable AdjustScrollView #171

Open kglogocki opened 2 years ago

kglogocki commented 2 years ago

Default behaviour on iOS is that when control is focused, it is scrolled up to the screen that the keyboard which pops up at the bottom doesn't cover the input control. When using this plugin behaviour is slightly changed - it scroll control up the screen but after a while it scrolls down. It relates to the adjustments being made by the plugin when keyboard is shown.

This change allows to enable/disable this adjustment via settings (AdjustScrollView).