Android Question How to open an https with webview?

JoanRPM

Active Member
Licensed User
Longtime User
To open an http with webview I do the following:
B4X:
WebView1.LoadUrl("http://www.google.com")
But an Https does not open.

How can I do to open https addresses within a webview?

Thanks.
 

JoanRPM

Active Member
Licensed User
Longtime User
No, there is no error, and no logs.
The page apears blank. I open it with an external browser (like google) and it works but with WebView in B4A no.
I also try to open in B4A with this code:
B4X:
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("https://www.example.com")
and it works. But this is an external application.

I need to put it in a panel (inside my program), so I need the Webview.

Thanks.
 
Upvote 0

giga

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top