cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
Problem with IonicKeyboard and KeyboardDisplayRequiresUserAction
While I have
<feature name="Keyboard">
<param name="ios-package" onload="true" value="IonicKeyboard" />
</feature>
and the pref. KeyboardDisplayRequiresUserAction, this plugin seems to break some functions. When I try to .focus() (even inside a $timeout()) I can't tap that input again, the cursor won't appear. Don't happen without that plugin
+1 , I have some auto-focus functions that run on certain screens to focus an input.
Once I installed this plugin, the autofocus stopped working
KeyboardDisplayRequiresUserAction indeed does not work anymore. @manucorporat, do you think there is a way to get this to work?
Unfortunately, not even the keyboard plugin can force the keyboard to show on iOS.
Sounds like we need to fork/rethink this plugin for wkwebview. Putting this on my list for next week
+1
+1
Anything new regarding this issue?
some news please ?
I found this. Can someone try it ?
Could it be related to https://github.com/ionic-team/ionic-plugin-keyboard/issues/289? If so, I fixed it on my fork and it's long awaited for the pull.