How do I set a background image on the WebView on Cordova/PhoneGap for Android?

前端 未结 3 783
我在风中等你
我在风中等你 2020-12-15 14:55

I\'m not just looking for the Splash Screen functionality in the API; if possible, I would like the HTML content to use a transparent background, and lean on the WebView to

3条回答
  •  眼角桃花
    2020-12-15 15:44

    I am not sure about setting an image, but you can set the background color using this:

        
    

    You will add this in: res/xml/config.xml

提交回复
热议问题