Skip to content

Commit bcc6c7c

Browse files
committed
proxy plugin patched.
1 parent 6825bc1 commit bcc6c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.xml.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@
110110
<param name="ios-package" value="CDVWKWebViewEngine" />
111111
</feature>
112112

113-
<plugin name="cordova-plugin-webview-proxy" source="npm" spec="0.0.5" />
113+
<plugin name="cordova-plugin-webview-proxy" spec="https://github.com/mendix/cordova-plugin-webview-proxy.git" />
114114

115115
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
116116

117117
<plugin name="@ahovakimyan/cordova-plugin-wkwebviewxhrfix" source="npm" spec="1.0.2" />
118118

119119
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
120120
<preference name="scheme" value="https" />
121-
<preference name="hostname" value="pushnotficationsexample100-sandbox.mxapps.io" />
121+
<preference name="hostname" value="localhost" />
122122

123123
<platform name="ios">
124124
{{#iosImages}}

0 commit comments

Comments
 (0)