|
19 | 19 | <preference name="BackupWebStorage" value="none" />
|
20 | 20 | <preference name="SplashMaintainAspectRatio" value="true" />
|
21 | 21 | <preference name="FadeSplashScreenDuration" value="300" />
|
22 |
| - |
23 |
| - <!-- |
24 |
| - Change these to configure how the splashscreen displays and fades in/out. |
25 |
| - More info here: https://github.com/apache/cordova-plugin-splashscreen |
26 |
| - --> |
27 | 22 | <preference name="SplashShowOnlyFirstTime" value="false" />
|
28 | 23 | <preference name="SplashScreen" value="screen" />
|
29 | 24 | <preference name="SplashScreenDelay" value="3000" />
|
|
82 | 77 | <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
|
83 | 78 | <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
|
84 | 79 | </platform>
|
85 |
| - <plugin name="ionic-plugin-keyboard" spec="~2.2.1" /> |
86 |
| - <plugin name="cordova-plugin-whitelist" spec="1.3.1" /> |
87 |
| - <plugin name="cordova-plugin-console" spec="1.0.5" /> |
88 |
| - <plugin name="cordova-plugin-statusbar" spec="2.2.2" /> |
89 |
| - <plugin name="cordova-plugin-device" spec="1.1.4" /> |
90 |
| - <plugin name="cordova-plugin-splashscreen" spec="~4.0.1" /> |
| 80 | + <engine name="android" spec="^6.2.3" /> |
| 81 | + <plugin name="cordova-plugin-console" spec="^1.0.5" /> |
| 82 | + <plugin name="cordova-plugin-device" spec="^1.1.4" /> |
| 83 | + <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> |
| 84 | + <plugin name="cordova-plugin-statusbar" spec="^2.2.2" /> |
| 85 | + <plugin name="cordova-plugin-whitelist" spec="^1.3.1" /> |
| 86 | + <plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> |
91 | 87 | </widget>
|
0 commit comments