-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathconfig.xml
40 lines (40 loc) · 1.62 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:gap="http://phonegap.com/ns/1.0"
id="reverse.domain.name"
version="1.0.0-dev">
<name>ionic-app-starter</name>
<description>Easily start an Ionic app</description>
<author
href="https://twitter.com/fingerproof"
email="[email protected]">
Sebastien Pittion
</author>
<content src="index.html"/>
<access origin="mailto:*" launch-external="yes"/>
<access origin="tel:*" launch-external="yes"/>
<allow-intent href="mailto:*"/>
<allow-intent href="tel:*"/>
<allow-navigation href="mailto:*"/>
<allow-navigation href="tel:*"/>
<preference name="phonegap-version" value="cli-5.2.0"/>
<preference name="BackupWebStorage" value="none"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="HideKeyboardFormAccessoryBar" value="true"/>
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="3000"/>
<preference name="AutoHideSplashScreen" value="false"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="webviewbounce" value="false"/>
<preference name="UIWebViewBounce" value="false"/>
<preference name="Orientation" value="portrait"/>
<preference name="orientation" value="portrait"/>
<preference name="target-device" value="handset"/>
<preference name="deployment-target" value="8.0"/>
<preference name="android-minSdkVersion" value="19"/>
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>
</widget>