I'm using cordova webview to wrap my live online webapp.
And I need to set a background for the cordova webview.
Apparently, specifying android:background attribute won't work on cordova webview. So I'm looking for a way to set a background for cordova webview.
Packaging in either pictures or webpage are OK for me.
Here is a related question I just asked. And as suggested in the answer, I can use the cache to load the webpage in advance. However it is done in runtime. What I need now is to burn the background, or cache into the app.