diff options
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
