You would have event code like this that would run when the user clicks a link that goes to b4x.com:
B4X:
Sub Webview1_OverrideUrl (URL As String) As Boolean
If URL.ToUpperCase = "HTTPS://B4X.COM" Then
'do action
End If
Return False 'flag so that webview1 will still display the webpage
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.