Android Question Load local HTML file from link inside it

cenyu

Active Member
Licensed User
Longtime User
Hi friends,
I have two html files in Files folder...
I load file #1 into WebView.
Into file #1 i have a link <a href='2.html'>open me</a>

I trying to load file #2 into same WebView but there erro ocured WEB PAGE NOT FOUND!

I try with this link <a href='file:///android_asset/2.html'>open me</a> - NOTHING!!!
 
Top