a spring boot ionic simple app

config.xml 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="com.ionicframework.ionicauth613285" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  3. <name>ionic-beer</name>
  4. <description>An awesome Ionic/Cordova app.</description>
  5. <author email="matt.raible@stormpath.com" href="https://stormpath.com/">Matt Raible</author>
  6. <content src="index.html" />
  7. <access origin="*" />
  8. <allow-navigation href="http://ionic.local/*" />
  9. <allow-intent href="http://*/*" />
  10. <allow-intent href="https://*/*" />
  11. <allow-intent href="tel:*" />
  12. <allow-intent href="sms:*" />
  13. <allow-intent href="mailto:*" />
  14. <allow-intent href="geo:*" />
  15. <platform name="android">
  16. <allow-intent href="market:*" />
  17. </platform>
  18. <platform name="ios">
  19. <allow-intent href="itms:*" />
  20. <allow-intent href="itms-apps:*" />
  21. </platform>
  22. <preference name="webviewbounce" value="false" />
  23. <preference name="UIWebViewBounce" value="false" />
  24. <preference name="DisallowOverscroll" value="true" />
  25. <preference name="android-minSdkVersion" value="16" />
  26. <preference name="BackupWebStorage" value="none" />
  27. <preference name="SplashMaintainAspectRatio" value="true" />
  28. <preference name="FadeSplashScreenDuration" value="300" />
  29. <preference name="SplashShowOnlyFirstTime" value="false" />
  30. <preference name="KeyboardDisplayRequiresUserAction" value="false" />
  31. <feature name="StatusBar">
  32. <param name="ios-package" onload="true" value="CDVStatusBar" />
  33. </feature>
  34. <plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
  35. <plugin name="cordova-plugin-whitelist" spec="~1.3.1" />
  36. <plugin name="cordova-plugin-console" spec="~1.0.5" />
  37. <plugin name="cordova-plugin-statusbar" spec="~2.2.1" />
  38. <plugin name="cordova-plugin-device" spec="~1.1.4" />
  39. <plugin name="cordova-plugin-splashscreen" spec="~4.0.1" />
  40. </widget>