cordova-plugin-keyboard
cordova-plugin-keyboard copied to clipboard
iOS 10 keyboard opens on every touch
No matter where I touch in my webview the keyboard pop op. This only occurs in iOS 10. Is anyone else able to reproduce this?
Are you sure the plugin is causing this? What happens when the plugin is not installed?
I am able to reproduce it, it happens to me when focused field gets removed from the DOM, not sure if its the plugin issue but it is not happening in the browsers, I am running the app in wkwebview
I've also had this issue, but I think it's webkit that's causing this.
To fix it just call .blur() on any input before removing the input field you are focused on from the DOM.