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

Broken on iOS 11.3 #3

Closed hirbod closed 6 years ago

hirbod commented 6 years ago

Hi @onderceylan,

just upgraded to iOS 11.3 today and this hack/fix does not work anymore. Do you have a quick fix for it? Would be awesome. Thank you!

hirbod commented 6 years ago

Here is a fix

https://stackoverflow.com/a/48623286/3297914

hirbod commented 6 years ago

Provided a PR #4, could you merge please and submit this fix to npm? Thanks!

hirbod commented 6 years ago

Well, feel free to close or merge, as my PR was also ported to https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/5ad40ae6b456a0e7edc7f48a307ac2fe52919914

onderceylan commented 6 years ago

Hi Hirbod, thanks for the update. I'll merge your PR with also noting this repo should be out of use since that workaround is not needed anymore.

onderceylan commented 6 years ago

Merged PR #4, thanks!