diff options
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> |
