How to use External Browser without Web Viewer?

Hello!
The Web Viewer has the ability to open links using the External Browser. This is useful in cases where we want our user to go to a particular page in a browser familiar to him/her.

How to do it without Web Viewer? I mean the following. Let’s say we have a button. Our user taps on it. And the link opens immediately in his/her browser, not the Web Viewer. How to do it?

Use these ActivityStarter with the VIEW action and a Data Uri to open the phone’s browser to a designated web page, for example,
Action: android.intent.action.VIEW
DataUri: https://www.google.com

1 Like

Thanks a lot. Yes, that’s exactly what I need.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.