cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Problem with IonicKeyboard and KeyboardDisplayRequiresUserAction

Open hirbod opened this issue 9 years ago • 9 comments

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

hirbod avatar Aug 25 '16 12:08 hirbod

+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

tskweres avatar Sep 06 '16 16:09 tskweres

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.

danielcrk-cn avatar Sep 16 '16 10:09 danielcrk-cn

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

mlynch avatar Sep 23 '16 18:09 mlynch

+1

terrorhawks avatar Oct 13 '16 13:10 terrorhawks

+1

tgezginis avatar Oct 20 '16 11:10 tgezginis

Anything new regarding this issue?

danielcrk-cn avatar Oct 28 '16 14:10 danielcrk-cn

some news please ?

msio avatar Apr 14 '17 19:04 msio

I found this. Can someone try it ?

msio avatar Apr 14 '17 19:04 msio

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.

onderceylan avatar Aug 21 '17 17:08 onderceylan