cordova-plugin-ionic-keyboard icon indicating copy to clipboard operation
cordova-plugin-ionic-keyboard copied to clipboard

Allow to enable/disable AdjustScrollView

Open kglogocki opened this issue 3 years ago • 0 comments

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).

kglogocki avatar Feb 15 '22 12:02 kglogocki