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

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -