Android Question Load local html file in Webview - changed approach from Version 2.00 to 3.82?

caruso56

New Member
Licensed User
Longtime User
Hello,

today, i switched from Basic4Android 2.00 to 3.82.
If i use an project, that run in 2.00 without problem, it does make problems in 3.82.

This code
Webview1.LoadUrl("file:///android_asset/1/1.html")

does not longer show the HTML content, that is lying in the subdirectory "1".

Is there a new approach in 3.82 to load local html files in a webview?

Thanks in advance and best regards

caruso56
 

caruso56

New Member
Licensed User
Longtime User
aaahh, i got it. It was the debugging mode.
First time, i used this.

Without debugging, it works as earlier.

caruso56
 
Upvote 0
Top