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.
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
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.