0
我想定製我的cordova項目的啓動畫面。 以下是config.xml文件中插入我的代碼更改開機畫面爲android平臺定製cordova Splash Screen
<preference name = "SplashScreen" value = "screen" />
<preference name = "SplashScreenDelay" value = "3000" />
<preference name = "SplashMaintainAspectRatio" value = "true" />
<splash src="/HelloworldProject/splashimages/splash.png"platform="android" width="720" height="1280" />
我看不出有什麼變化,當我跑這裏我app.Any幫助?