13
13
<preference name =" UIWebViewBounce" value =" false" />
14
14
<preference name =" DisallowOverscroll" value =" true" />
15
15
<preference name =" BackupWebStorage" value =" none" />
16
+ <preference name =" SplashScreen" value =" screen" />
17
+ <preference name =" SplashScreenDelay" value =" 3000" />
16
18
<feature name =" StatusBar" >
17
19
<param name =" ios-package" value =" CDVStatusBar" onload =" true" />
18
20
</feature >
21
+ <platform name =" ios" >
22
+ <icon src =" resources/ios/icon/icon.png" width =" 57" height =" 57" />
23
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 114" height =
" 114" />
24
+ <icon src =" resources/ios/icon/icon-40.png" width =" 40" height =" 40" />
25
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 80" height =
" 80" />
26
+ <icon src =" resources/ios/icon/icon-50.png" width =" 50" height =" 50" />
27
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 100" height =
" 100" />
28
+ <icon src =" resources/ios/icon/icon-60.png" width =" 60" height =" 60" />
29
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 120" height =
" 120" />
30
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 180" height =
" 180" />
31
+ <icon src =" resources/ios/icon/icon-72.png" width =" 72" height =" 72" />
32
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 144" height =
" 144" />
33
+ <icon src =" resources/ios/icon/icon-76.png" width =" 76" height =" 76" />
34
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 152" height =
" 152" />
35
+ <icon src =" resources/ios/icon/icon-small.png" width =" 29" height =" 29" />
36
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 58" height =
" 58" />
37
+ <
icon src =
" resources/ios/icon/[email protected] " width =
" 87" height =
" 87" />
38
+ <splash src =" resources/ios/splash/Default-568h@2x~iphone.png" height =" 1136" width =" 640" />
39
+ <splash src =" resources/ios/splash/Default-667h.png" height =" 1334" width =" 750" />
40
+ <splash src =" resources/ios/splash/Default-736h.png" height =" 2208" width =" 1242" />
41
+ <splash src =" resources/ios/splash/Default-Landscape-736h.png" height =" 1242" width =" 2208" />
42
+ <splash src =" resources/ios/splash/Default-Landscape@2x~ipad.png" height =" 1536" width =" 2048" />
43
+ <splash src =" resources/ios/splash/Default-Landscape~ipad.png" height =" 768" width =" 1024" />
44
+ <splash src =" resources/ios/splash/Default-Portrait@2x~ipad.png" height =" 2048" width =" 1536" />
45
+ <splash src =" resources/ios/splash/Default-Portrait~ipad.png" height =" 1024" width =" 768" />
46
+ <splash src =" resources/ios/splash/Default@2x~iphone.png" height =" 960" width =" 640" />
47
+ <splash src =" resources/ios/splash/Default~iphone.png" height =" 480" width =" 320" />
48
+ </platform >
49
+ <platform name =" android" >
50
+ <icon src =" resources/android/icon/drawable-ldpi-icon.png" density =" ldpi" />
51
+ <icon src =" resources/android/icon/drawable-mdpi-icon.png" density =" mdpi" />
52
+ <icon src =" resources/android/icon/drawable-hdpi-icon.png" density =" hdpi" />
53
+ <icon src =" resources/android/icon/drawable-xhdpi-icon.png" density =" xhdpi" />
54
+ <icon src =" resources/android/icon/drawable-xxhdpi-icon.png" density =" xxhdpi" />
55
+ <icon src =" resources/android/icon/drawable-xxxhdpi-icon.png" density =" xxxhdpi" />
56
+ <splash src =" resources/android/splash/drawable-land-ldpi-screen.png" density =" land-ldpi" />
57
+ <splash src =" resources/android/splash/drawable-land-mdpi-screen.png" density =" land-mdpi" />
58
+ <splash src =" resources/android/splash/drawable-land-hdpi-screen.png" density =" land-hdpi" />
59
+ <splash src =" resources/android/splash/drawable-land-xhdpi-screen.png" density =" land-xhdpi" />
60
+ <splash src =" resources/android/splash/drawable-land-xxhdpi-screen.png" density =" land-xxhdpi" />
61
+ <splash src =" resources/android/splash/drawable-land-xxxhdpi-screen.png" density =" land-xxxhdpi" />
62
+ <splash src =" resources/android/splash/drawable-port-ldpi-screen.png" density =" port-ldpi" />
63
+ <splash src =" resources/android/splash/drawable-port-mdpi-screen.png" density =" port-mdpi" />
64
+ <splash src =" resources/android/splash/drawable-port-hdpi-screen.png" density =" port-hdpi" />
65
+ <splash src =" resources/android/splash/drawable-port-xhdpi-screen.png" density =" port-xhdpi" />
66
+ <splash src =" resources/android/splash/drawable-port-xxhdpi-screen.png" density =" port-xxhdpi" />
67
+ <splash src =" resources/android/splash/drawable-port-xxxhdpi-screen.png" density =" port-xxxhdpi" />
68
+ </platform >
19
69
</widget >
0 commit comments