config.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <widget id="cn.drrewslab.visitor" version="1.0.0"
  3. xmlns="http://www.w3.org/ns/widgets"
  4. xmlns:cdv="http://cordova.apache.org/ns/1.0">
  5. <name>访客管理</name>
  6. <description>
  7. A sample Apache Cordova application that responds to the deviceready event.
  8. </description>
  9. <author email="dev@cordova.apache.org" href="http://cordova.io">
  10. Apache Cordova Team
  11. </author>
  12. <content src="index.html" />
  13. <access origin="*" />
  14. <allow-navigation href="*" />
  15. <allow-intent href="http://*/*" />
  16. <allow-intent href="https://*/*" />
  17. <allow-intent href="tel:*" />
  18. <allow-intent href="sms:*" />
  19. <allow-intent href="mailto:*" />
  20. <allow-intent href="geo:*" />
  21. <platform name="android">
  22. <allow-intent href="market:*" />
  23. <preference name="android-minSdkVersion" value="22" />
  24. <preference name="xwalkMultipleApk" value="false" />
  25. <preference name="StatusBarOverlaysWebView" value="true" />
  26. <preference name="xwalkCommandLine" value="--disable-pull-to-refresh-effect --disable-gpu-rasterization" />
  27. <preference name="CrosswalkAnimatable" value="true" />
  28. </platform>
  29. <platform name="ios">
  30. <allow-intent href="itms:*" />
  31. <allow-intent href="itms-apps:*" />
  32. </platform>
  33. </widget>