cordova-plugin-ionic-keyboard
cordova-plugin-ionic-keyboard copied to clipboard
Configure keyboard view delay
I had an encounter with your keyboard today and it has a delay until the Keyboard resizes the view. So I added a configurable option, so developers can modify the delay however they desire.
Can we include this? The behavior prior to https://github.com/ionic-team/cordova-plugin-ionic-keyboard/pull/81 is much better.
I am facing a bug that the content of a Webview does not scroll when the input is focused on iOS 15.1(iPhone 7 Plus)
When I change this delay+0.2
to delay
, it works. This PR would be very helpful.