onderceylan / cordova-plugin-wkwebview-inputfocusfix

!!DEPRECATED!! Cordova plugin for fixing auto focus issue of html elements on WKWebView
MIT License
19 stars 29 forks source link

Issue using this plugin on iOS 11.1.1 #2

Closed u01jmg3 closed 6 years ago

u01jmg3 commented 7 years ago

Seem to be having problems using this plugin against iOS 11.1.1. Can you help?

Do I need to add: <preference name="KeyboardDisplayRequiresUserAction" value="false" /> in config.xml?

I am using Framework7's autocomplete with autoFocus: true and was hoping to use this plugin for gaining focus and showing the iOS keyboard in my PhoneGap app.

u01jmg3 commented 6 years ago

Not an issue, was confusing UIWebView with WKWebView.

For UIWebView using <preference name="KeyboardDisplayRequiresUserAction" value="false" /> works.