Android Question SOLVED WebView does not open a URL

Alberto Michelis

Well-Known Member
Licensed User
Longtime User
Hi, using:
B4X:
WebView1.LoadUrl("https://www.byma.com.ar/especie/CEPU")
nothig is loaded or shown
Any way of loading it?
 

JohnC

Expert
Licensed User
Longtime User
The other thing you can try is to add the chromeclient to the wevview using the webviewextras lib.

This is because the default webviewclient is not very robust and some pages may not load properly. But by adding the chrome client you increase it's ability to load pages properly significantly.
 
Upvote 0
Top