-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
77 lines (73 loc) · 3.9 KB
/
Copy pathconfig.xml
File metadata and controls
77 lines (73 loc) · 3.9 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ionicframework.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Bank in the Pocket</name>
<description>
Application de gestion bancaire
</description>
<author email="pierre@onzedix.fr" href="http://onzedix.fr/">
1110 Team
</author>
<content src="index.html" />
<access origin="*" />
<preference name="fullscreen" value="true" />
<preference name="webviewbounce" value="false" />
<preference name="UIWebViewBounce" value="false" />
<preference name="DisallowOverscroll" value="true" />
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true" />
</feature>
</widget>
<!--<?xml version='1.0' encoding='utf-8' ?>
<widget id="com.ionicframework.starter" version="2.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Bank in the Pocket</name>
<description>Application de gestion bancaire</description>
<author email="pierre@onzedix.fr" href="http://onzedix.fr/">
1110 Team
</author>
<content src="index.html" />
<access origin="*" />
<preference name="BackgroundColor" value="0xff0000ff"/>
<preference name="DisallowOverscroll" value="true" />
<preference name="Fullscreen" value="true" />
<preference name="HideKeyboardFormAccessoryBar" value="true"/>
<preference name="Orientation" value="default" />
<preference name="UIWebViewBounce" value="false" />
<preference name="WebViewBounce" value="false" />
<platform name="ios">
<preference name="BackupWebStorage" value="local"/>
<preference name="EnableViewportScale" value="true"/>
<preference name="KeyboardDisplayRequiresUserAction" value="false"/>
<preference name="MediaPlaybackRequiresUserAction" value="true"/>
<preference name="TopActivityIndicator" value="white"/>
<icon src="www/res/icons/ios/icon-basic.png" width="57" height="57" />
<icon src="www/res/icons/ios/icon-basic@2x.png" width="114" height="114" />
<icon src="www/res/icons/ios/icon-40.png" width="40" height="40" />
<icon src="www/res/icons/ios/icon-40@2x.png" width="80" height="80" />
<icon src="www/res/icons/ios/icon-50.png" width="50" height="50" />
<icon src="www/res/icons/ios/icon-50@2x.png" width="100" height="100" />
<icon src="www/res/icons/ios/icon-60.png" width="60" height="60" />
<icon src="www/res/icons/ios/icon-60@2x.png" width="120" height="120" />
<icon src="www/res/icons/ios/icon-72.png" width="72" height="72" />
<icon src="www/res/icons/ios/icon-72@2x.png" width="144" height="144" />
<icon src="www/res/icons/ios/icon-76.png" width="76" height="76" />
<icon src="www/res/icons/ios/icon-76@2x.png" width="152" height="152" />
<icon src="www/res/icons/ios/icon-small.png" width="29" height="29" />
<icon src="www/res/icons/ios/icon-small@2x.png" width="58" height="58" />
</platform>
<platform name="android">
<preference name="KeepRunning" value="false"/>
<preference name="SplashScreenDelay" value="10000"/>
<preference name="SplashScreen" value="screen" />
<preference name="InAppBrowserStorageEnabled" value="false"/>
<preference name="ShowTitle" value="true"/>
<icon src="www/res/icons/android/icon-ldpi.png" density="ldpi" />
<icon src="www/res/icons/android/icon-mdpi.png" density="mdpi" />
<icon src="www/res/icons/android/icon-hdpi.png" density="hdpi" />
<icon src="www/res/icons/android/icon-xhdpi.png" density="xhdpi" />
</platform>
<platform name="firefoxos">
<icon src="www/res/icons/firefoxos/icon-30.png" />
<icon src="www/res/icons/firefoxos/icon-60.png" />
<icon src="www/res/icons/firefoxos/icon-128.png" />
</platform>
</widget>-->