qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 1 | <?xml version='1.0' encoding='utf-8'?> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame^] | 2 | <widget id="com.dalicitycard.app" version="1.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> |
qiaowei | 60c27e4 | 2019-07-11 16:43:54 +0800 | [diff] [blame] | 3 | <name short="大理市民卡">dlapp</name> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 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> |
qiaowei | 22e23f8 | 2019-09-26 11:15:57 +0800 | [diff] [blame^] | 25 | <edit-config file="*-Info.plist" mode="merge" target="NSPhotoLibraryUsageDescription"> |
| 26 | <string>APP需要使用您的相册权限,没有该权限将无法完成扫一扫功能</string> |
| 27 | </edit-config> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 28 | <preference name="AutoHideSplashScreen" value="true" /> |
| 29 | <preference name="SplashScreenDelay" value="0" /> |
qiaowei | aa6f1f6 | 2019-08-07 10:26:16 +0800 | [diff] [blame] | 30 | <preference name="SplashShowOnlyFirstTime" value="true" /> |
qiaowei | f044a74 | 2019-07-10 16:04:20 +0800 | [diff] [blame] | 31 | <preference name="ErrorUrl" value="error.html" /> |
| 32 | <preference name="Orientation" value="portrait" /> |
| 33 | <preference name="UseSwiftLanguageVersion" value="4.0" /> |
| 34 | <preference name="DisallowOverscroll" value="true" /> |
| 35 | <preference name="UIWebViewBounce" value="false" /> |
| 36 | <preference name="BackupWebStorage" value="local" /> |
| 37 | </widget> |