Add plugin to fix reporting of cordova-paramedic results when using WKWebView plugin.

See https://github.com/apache/cordova-paramedic/issues/52
This commit is contained in:
Dave Alden 2018-10-09 10:51:06 +01:00
parent 5d2df218d8
commit 7f5fa2a28f

View File

@ -32,6 +32,7 @@
<platform name="ios"> <platform name="ios">
<!-- The WKWebView implementation for inappbrowser requires the presence of this plugin --> <!-- The WKWebView implementation for inappbrowser requires the presence of this plugin -->
<dependency id="cordova-plugin-wkwebview-engine" /> <dependency id="cordova-plugin-wkwebview-engine" />
<dependency id="cordova-plugin-wkwebview-engine-allowfileaccess" url="https://github.com/knight9999/cordova-plugin-wkwebview-engine-allowfileaccess.git" />
</platform> </platform>