Android Question Opening Web Pages From Device Storage

treehousefrog

Member
Licensed User
Longtime User
Hey guys,

So I want to use a webview in order to load a HTML file that is saved on the user's device in a folder. This works fine, except that all the images are dead. The HTML points to the images with <a href = "image.jpg"> as normal, and the images are in the same folder as the HTML file itself...

So could anyone please explain what's going on here and perhaps provide a fix? It would be a huge help :)

Thanks a lot in advance!
 
Top