How can I reference a file in my drawable folder to put in WebView in android?
- by Thomas Johnson
For example, I want to make an image appear in webview to utilize the zoom functions.
I would use this line of code:
this.myWebView.loadUrl("file://");
I just need to know what to put after file to reference the image.