How To Use Use External Browser component in Web View

I build an educational app is connect url from airtable to webview but I want open the website which url link contents in webview to external browser… how can possible in niotron

1 Like

Use custom chrome tab component

1 Like

Can you show block part please

1 Like

Use ActivityStarter.

1 Like

You can use activity starter too

Like this

Drag activity starter

Action - android.intent.action.VIEW
data uri - your link
Call Activity starter

In this case activity starter not work…
Firstly my url web page which content airtable it open through web view page…
Now I want to open external browser those url link, which are placesed in fist url so activity satrted work only for first url…