3

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)

OceanBlue
  • 9,142
  • 21
  • 62
  • 84

1 Answers1

7

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

sherif
  • 2,282
  • 19
  • 21