I am using the following code to open a browser when the user clicks on a button:
When I click on the button nothing happens. I have installed the Phone Library (Version 2.5)
Any suggestions?
B4X:
Private p As PhoneIntents
Sub btnViewInBrowser_Click
p.OpenBrowser("http://www.google.co.za")
End Sub
When I click on the button nothing happens. I have installed the Phone Library (Version 2.5)
Any suggestions?