I use this code for open a orl with browser
this code open the default browser, i have also chrome.
can i choise the application (browser) for open the url?
i want see android that ask me the browser choise?
Thanks
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, Url)
StartActivity(i)
this code open the default browser, i have also chrome.
can i choise the application (browser) for open the url?
i want see android that ask me the browser choise?
Thanks