blob: a7be4bc7bf499eca436d5678f5635bc1b249f903 [file] [log] [blame]
qiaoweif044a742019-07-10 16:04:20 +08001<?xml version='1.0' encoding='utf-8'?>
2<widget id="com.supwisdom.dlapp" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3 <name>dlapp</name>
4 <description>
5 A sample Apache Cordova application that responds to the deviceready event.
6 </description>
7 <author email="dev@cordova.apache.org" href="http://cordova.io">
8 Apache Cordova Team
9 </author>
10 <content src="index.html" />
11 <access origin="*" />
12 <allow-intent href="http://*/*" />
13 <allow-intent href="https://*/*" />
14 <allow-intent href="tel:*" />
15 <allow-intent href="sms:*" />
16 <allow-intent href="mailto:*" />
17 <allow-intent href="geo:*" />
18 <allow-navigation href="http://*/*" />
19 <allow-navigation href="https://*/*" />
20 <allow-navigation href="data:*" />
21 <access origin="http://ip*" />
22 <edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
23 <string>APP需要使用您的相机权限,没有该权限将无法完成扫一扫功能</string>
24 </edit-config>
25 <preference name="AutoHideSplashScreen" value="true" />
26 <preference name="SplashScreenDelay" value="0" />
27 <preference name="ErrorUrl" value="error.html" />
28 <preference name="Orientation" value="portrait" />
29 <preference name="UseSwiftLanguageVersion" value="4.0" />
30 <preference name="DisallowOverscroll" value="true" />
31 <preference name="UIWebViewBounce" value="false" />
32 <preference name="BackupWebStorage" value="local" />
33</widget>