wkwebview with Cordova?
-
Does anyone have any tips for getting Cordova to use WKwebview? I have tried various official and unofficial plugins, but when they are installed, my app then refuses to make an API call and login. When I am using the old UIwebview it works but is slower…
-
Well, in case this helps anyone else. Use this one:
cordova plugin add https://github.com/ionic-team/cordova-plugin-wkwebview-engine.git
And then make sure to set the pref
<preference name="ScrollEnabled" value="true" />
(without it, my pages would not scroll at all)