tsteward Well-Known Member Licensed User Longtime User Yesterday at 11:41 AM #1 The attached code does not open the default browser to the url. In fact nothing happens. 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
The attached code does not open the default browser to the url. In fact nothing happens. 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