config.xml 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>V2 Test</name>
  4. <description>An Ionic Framework and Cordova project.</description>
  5. <author email="hi@ionicframework" href="http://ionicframework.com/">Ionic Framework Team</author>
  6. <content src="index.html" />
  7. <access origin="*" />
  8. <allow-intent href="http://*/*" />
  9. <allow-intent href="https://*/*" />
  10. <allow-intent href="tel:*" />
  11. <allow-intent href="sms:*" />
  12. <allow-intent href="mailto:*" />
  13. <allow-intent href="geo:*" />
  14. <platform name="android">
  15. <allow-intent href="market:*" />
  16. </platform>
  17. <platform name="ios">
  18. <allow-intent href="itms:*" />
  19. <allow-intent href="itms-apps:*" />
  20. </platform>
  21. <preference name="webviewbounce" value="false" />
  22. <preference name="UIWebViewBounce" value="false" />
  23. <preference name="DisallowOverscroll" value="true" />
  24. <preference name="android-minSdkVersion" value="16" />
  25. <preference name="BackupWebStorage" value="none" />
  26. <feature name="StatusBar">
  27. <param name="ios-package" onload="true" value="CDVStatusBar" />
  28. </feature>
  29. </widget>