Using Android, I have a WebView. I create html locally which includes references to css, javascript and images in the Assets folder. This local html is then displayed.
How do I get the WebView to reference the Assets' javascript and images?
I am guessing I need to tell the HTML VIew that the base folder is the Assets folder? If so, how?