This repository has been archived by the owner on Nov 7, 2018. It is now read-only.
forked from apache/cordova-plugin-wkwebview-engine
-
Notifications
You must be signed in to change notification settings - Fork 65
Problem with IonicKeyboard and KeyboardDisplayRequiresUserAction #34
Comments
+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. 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 similar comment
+1 |
Anything new regarding this issue? |
some news please ? |
I found this. Can someone try it ? |
Could it be related to ionic-team/ionic-plugin-keyboard#289? If so, I fixed it on my fork and it's long awaited for the pull. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While I have
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
The text was updated successfully, but these errors were encountered: