ionic-team / cordova-plugin-wkwebview-engine

Mirror of Apache Cordova wkwebview engine plugin
Apache License 2.0
289 stars 66 forks source link

Problem with IonicKeyboard and KeyboardDisplayRequiresUserAction #34

Open hirbod opened 8 years ago

hirbod commented 8 years ago

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

tskweres commented 8 years ago

+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

danielcrk-cn commented 8 years ago

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.

mlynch commented 8 years ago

Sounds like we need to fork/rethink this plugin for wkwebview. Putting this on my list for next week

terrorhawks commented 8 years ago

+1

tgezginis commented 8 years ago

+1

danielcrk-cn commented 7 years ago

Anything new regarding this issue?

msio commented 7 years ago

some news please ?

msio commented 7 years ago

I found this. Can someone try it ?

onderceylan commented 7 years ago

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.