生活随笔
收集整理的這篇文章主要介紹了
Cordova开机画面
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1:添加組件?
cordova plugin add cordova-plugin-splashscreen
2? 添加開機畫面
<preference name = "SplashScreen" value = "screen" />
<preference name = "SplashScreenDelay" value = "3000" />
3:添加圖片
?images?的名字?platform/android/res/drawable(目錄).
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.example.hello" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"><name>helloworld</name><description>A sample Apache Cordova application that responds to the deviceready event.</description><author email="dev@cordova.apache.org" href="http://cordova.io">Apache Cordova Team</author><content src="index.html" /><access origin="*" /><allow-intent href="http://*/*" /><allow-intent href="https://*/*" /><allow-intent href="tel:*" /><allow-intent href="sms:*" /><allow-intent href="mailto:*" /><allow-intent href="geo:*" /><icon src="res/icon/icon.png" /><platform name="android"><allow-intent href="market:*" /></platform><platform name="ios"><allow-intent href="itms:*" /><allow-intent href="itms-apps:*" /></platform><preference name="SplashScreen" value="screen" /><preference name="SplashScreenDelay" value="3000" /><preference name="SplashShowOnlyFirstTime" value="true" /><engine name="android" spec="^6.3.0" /><plugin name="cordova-plugin-whitelist" spec="^1.3.2" /><plugin name="cordova-plugin-camera" spec="^2.4.1" /><plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /><plugin name="cordova-plugin-file" spec="^4.3.3" /><plugin name="cordova-plugin-file-transfer" spec="^1.6.3" /><plugin name="cordova-plugin-media-capture" spec="^1.4.3" /><plugin name="cordova-plugin-network-information" spec="^1.3.3" /><plugin name="cordova-plugin-dialogs" spec="^1.3.3" /><plugin name="cordova-plugin-vibration" spec="^2.1.5" />
</widget>
總結
以上是生活随笔為你收集整理的Cordova开机画面的全部內容,希望文章能夠幫你解決所遇到的問題。
如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。