how to to kill the white flickering splashscreen at the start of phonegap iOS app?

前端 未结 4 568
走了就别回头了
走了就别回头了 2020-12-18 10:33

How to get rid of the white splashscreen flickering at the start of a phonegap iOS application?

4条回答
  •  抹茶落季
    2020-12-18 11:28

    If you have added SplashScreen plugin but navigator.splashscreen is still undefined, you can try:

    cordova.exec(null, null, "SplashScreen", "hide", [])
    

提交回复
热议问题