diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-11 18:05:03 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-11 18:05:03 -0500 |
| commit | 85e4e5326e79c5f5304a25e31f129b69ed647a8d (patch) | |
| tree | 9a1cd57cdee9985ecfe2022c42c9caa883e378b4 /config.xml | |
| parent | 9cf314cc8ca5f57148bfa8d503bc9698bfec9ac4 (diff) | |
various fixes for the odd "no connection" issue
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,10 +8,11 @@ Pliable Pixels </author> <content src="index.html" /> - <access origin="*" subdomains="true" /> + <access allows-arbitrary-loads-in-media="true" allows-arbitrary-loads-in-web-content="true" allows-local-networking="true" origin="*" subdomains="true" /> <access launch-external="yes" origin="mailto:*" /> <allow-navigation href="*" /> - <allow-intent href="*" /> + <allow-intent href="http://*/*" /> + <allow-intent href="https://*/*" /> <preference name="AndroidPersistentFileLocation" value="Compatibility" /> <preference name="iosPersistentFileLocation" value="Library" /> <preference name="AllowInlineMediaPlayback" value="true" /> @@ -97,6 +98,6 @@ <variable name="ANDROID_HOST" value=" " /> <variable name="ANDROID_PATHPREFIX" value="/" /> </plugin> - <engine name="ios" spec="~4.1.1" /> <engine name="android" spec="~5.1.1" /> + <engine name="ios" spec="~4.3.1" /> </widget> |
