Question

I am trying to view a webpage stored in sdcard directly in the browser in an emulator.

I know I can copy the webpage in the assets folder and use a webview to load it.

But is there a way this be done directly? (equivalent of typing "c:\mywebpage.html" in Internet Explorer on a PC)

Was it helpful?

Solution

try this file:///sdcard/pathToPAge or /sdcard/pathToPAge

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top