How to view a webpage stored on an SD card in an Android browser

I am trying to view a webpage stored on an SD card directly in a browser in an emulator.

I know that I can copy the web page to the resource folder and use the web view to download it.

But can this be done directly? (equivalent to entering "c: \ mywebpage.html" in Internet Explorer on a PC)

+3
source share
1 answer

try this File: /// SDCard / pathToPAge or / sdcard / pathToPAge

+7
source

All Articles