103
Views
2
Comments
how to redirect external url to Systems browser without writing any client action
Question

Hi Team,

I am fetching an article from server and in article there are multiple hyperlinks which is dynamics so we can not add any onClick client action. so without that how can achieve on click redirection of external url in systems default browser like Chrome.


currently its opening in InApp browser.

please help on this.


2026-02-26 06-29-24
Rahul
 
MVP

Hi @Raghvendra Raghav ,


Make a list of this hyper link and use List Widget.

Bind your data in this List widget and add a link on list item and use onclick event and use RedirectTOURL and pass dynamic url Here.

like below image


Hope this will help you.

Regards

Rahul

2022-07-19 05-52-05
Raghvendra Raghav

hi Rahul,

I am not receiving content in list, its raw text having some of the text with anchor tag itself

<a href="https://XYZ.com" >Click Here</a>

and we are using Expression to display that content and content itself display as hyperlink wherever its having anchor tag.

and while clicking on that its opening in InApp browser and we wants it to be open in system default browser.


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.