The attached code does not open the default browser to the url. In fact nothing happens.
Do I need to add permissions or something?
Do I need to add permissions or something?
B4X:
If Main.App.CanOpenURL("https://locks.com/Privacy-Policy.html") Then
Main.App.OpenURL("https://locks.com/Privacy-Policy.html")
End If