I'm using WebView.LoadUrl( "file:///android_asset/some.html") and it works correctly processing JQuery/CSS/javascript HTML stuff.
It would make my life far simpler if I could access the sdcard from WebView in that I could maintain various files from the app or load the sdcard with different images, change the HTML without recompiling the app, etc. Is there a way to access the SDcard or any Android memory with WebView besides ("file:///android_asset/ ") ?
Best
Tom B
It would make my life far simpler if I could access the sdcard from WebView in that I could maintain various files from the app or load the sdcard with different images, change the HTML without recompiling the app, etc. Is there a way to access the SDcard or any Android memory with WebView besides ("file:///android_asset/ ") ?
Best
Tom B