Android Question Webview.InitializeAcceptAll

rworner

Member
Licensed User
Longtime User
I am using a webview to load an URL. The code worked fine until I try to load any 'https://' URL and then I get a blank page. I see several threads showing methods of ignoring/disabling the credential check, but nothing for working with a webview directly. The B4J section showed an example of how to disable SSL tests ( https://www.b4x.com/android/forum/threads/webview-certificate-lets-encrypt.64832/ ).

Is there something similar for B4A?
 
Top