You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/30 15:19:26 UTC

[GitHub] [cordova-plugin-wkwebview-engine] Prasadraaj commented on issue #139: Getting white screen in ios after installing this plugin

Prasadraaj commented on issue #139: Getting white screen in ios after installing this plugin
URL: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/139#issuecomment-606064036
 
 
   <?xml version='1.0' encoding='utf-8'?>
   <widget id="io.cordova.hellocordova" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
       <name>HelloCordova</name>
       <description>
           A sample Apache Cordova application that responds to the deviceready event.
       </description>
       <author email="dev@cordova.apache.org" href="http://cordova.io">
           Apache Cordova Team
       </author>
       <content src="index.html" />
       <plugin name="cordova-plugin-whitelist" spec="1" />
       <access origin="*" />
       <allow-intent href="http://*/*" />
       <allow-intent href="https://*/*" />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*" />
       <allow-intent href="geo:*" />
       <platform name="android">
           <allow-intent href="market:*" />
       </platform>
       <platform name="ios">
           <allow-intent href="itms:*" />
           <allow-intent href="itms-apps:*" />
       </platform>
       <feature name="CDVWKWebViewEngine">
           <param name="ios-package" value="CDVWKWebViewEngine" />
       </feature>
       <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
       <preference name="WKWebViewOnly" value="true" />
       <preference name="BackupWebStorage" value="local" />
       <access origin="http://localhost:8080/*" />
       <allow-navigation href="http://localhost:8080/*" />
       <allow-navigation href="*" />
       <engine name="ios" spec="~5.1.1" />
       <plugin name="cordova-plugin-background-mode" spec="^0.7.3" />
       <plugin name="cordova-plugin-badge" spec="^0.8.8" />
       <plugin name="cordova-plugin-camera" spec="^4.1.0" />
       <plugin name="cordova-plugin-device" spec="^2.0.3" />
       <plugin name="cordova-plugin-geolocation" spec="^4.0.2" />
       <plugin name="cordova-plugin-splashscreen" spec="^5.0.3" />
       <plugin name="cordova-plugin-x-toast" spec="^2.7.2" />
   </widget>
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org