Why white screen stuck after splash screen in Ionic 4?

前端 未结 8 1730
盖世英雄少女心
盖世英雄少女心 2020-12-19 02:11

I run ionic cordova run android for my Ionic Cordova project. At this time, I have my mobile connected to PC via USB. So when I run that command, it installs th

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-19 02:25

    I’ve solved this issue by setting the correct parameters on config.xml

    
    
    
    
    
    
    
    
    

    Then, on my platform.ready() instruction all I do is Splashscreen.hide() and after that run the project on android using.

    ionic cordova run android
    

提交回复
热议问题