I need to open a URL link using a button with the phones default app for web browsing. Is this possible?
"edit"
Figured it out. Using:
If this isn't the best way, please let me know.
"edit"
Figured it out. Using:
B4X:
Dim ph As PhoneIntents
Dim i As Intent
i = ph.OpenBrowser(URL)
StartActivity(i)
If this isn't the best way, please let me know.
Last edited: