PhoneGap Build iOS app has blank white screen after splash screen

后端 未结 7 1851
庸人自扰
庸人自扰 2020-12-04 22:38

I\'m using PhoneGap Build 3.0, attempting to get rid of the blank white screen that appears after the splash screen.

I\'ve done research and all I can find is refere

7条回答
  •  星月不相逢
    2020-12-04 23:10

    This are the steps

    1) Add Splash screen preference in config.xml

    
    
    
    
    
        
    
        
    
    

    2) Declare your splash screens in config.xml

        
        
        
        
        
        
        
        
        
    
    

    3) Finally Add this class into your android project structure under org.apache.cordova.splashscreen package

    or

    install it as Cordova plugin.

提交回复
热议问题