White screen after splashscreen, Ionic2, android device

后端 未结 4 2038
慢半拍i
慢半拍i 2020-12-05 17:31

I am currently developing Ionic2 app. I face a problem that after Splash screen, there is a white screen for 6-7 seconds, before app home screen.

I tried some googli

4条回答
  •  一向
    一向 (楼主)
    2020-12-05 18:26

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

     
     
     
     
     
     
     
     
    

    Then, on my platform.ready() instruction all I do is Splashscreen.hide();

提交回复
热议问题