ios - How to integrate/use `WKWebView` plugin in PhoneGap application -


i have phonegap ios application in using angular kendo mobile framework build ui.

i want use wkwebview in application instead of uiwebview.
steps need follow so?

i tried integrate adding wkwebview plugin in application see blank page , in logs errors loading html pages.

you have install plugin this:

cordova plugin add cordova-plugin-wkwebview 

and after in config.xml add this:

    <plugin name="cordova-plugin-wkwebview" />     <feature name="cdvwkwebviewengine">         <param name="ios-package" value="cdvwkwebviewengine" />     </feature>      <preference name="cordovawebviewengine" value="cdvwkwebviewengine" /> 

Comments

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -