I have a WebView on my Android application which loads (WebView.loadUrl()) different local HTML files from phone\'s internal storage. I would like to include some c
takes a baseURL for the document to use to resolve relative URLs. Take a look at the CSS url and construct baseURL so that CSS url will reference local CSS file.