ionic-team / cordova-plugin-ionic-keyboard

Keyboard Plugin for Cordova
Other
191 stars 177 forks source link

Configure keyboard view delay #130

Open kyosifov opened 4 years ago

kyosifov commented 4 years ago

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.

djanowski commented 3 years ago

Can we include this? The behavior prior to https://github.com/ionic-team/cordova-plugin-ionic-keyboard/pull/81 is much better.

mobilestar2015 commented 2 years ago

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.