summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.xml b/config.xml
index c83ec8b7..48d40ac5 100644
--- a/config.xml
+++ b/config.xml
@@ -8,7 +8,9 @@
Ionic Framework Team
</author>
<content src="index.html"/>
- <access origin="*"/>
+ <access origin="*" subdomains="true"/>
+ <allow-navigation href="*"/>
+ <allow-intent href="*"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
@@ -67,5 +69,5 @@
<splash src="resources/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
<splash src="resources/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
</platform>
- <icon src="resources/ios/icon/icon-small@3x.png"/>
-</widget>
+ <icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
+</widget> \ No newline at end of file