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

iOS 10 keyboard opens on every touch

Open tonyneel923 opened this issue 8 years ago • 3 comments

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?

tonyneel923 avatar Sep 19 '16 16:09 tonyneel923

Are you sure the plugin is causing this? What happens when the plugin is not installed?

cjpearson avatar Sep 19 '16 17:09 cjpearson

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

saurabhudaniya200 avatar Nov 22 '16 06:11 saurabhudaniya200

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.

SvetlozarKalchev avatar Jan 19 '18 09:01 SvetlozarKalchev