sktanmoy Active Member Licensed User Longtime User May 8, 2015 #1 How can I open a link in default Browser on click on Notification?
Erel B4X founder Staff member Licensed User Longtime User May 8, 2015 #2 Open the browser from the activity Activity_Create sub and call Activity.Finish (see PhoneIntents.OpenBrowser). You can make the activity transparent so it will not show at all. Upvote 0
Open the browser from the activity Activity_Create sub and call Activity.Finish (see PhoneIntents.OpenBrowser). You can make the activity transparent so it will not show at all.