There is a requirement, where the iphone app will have the placeholder to open some static content on it. The static content will be rendered from 3rd party site. In that static content, there is a link, which needs to be opened in default browser.
Link contains in <a>
tag. Something like this :
<a href="http://www.example.com"> open in default browser </a>
The problem is, the link is opening in App
not in the default browser.
My question is, where this needs to be handled?
As static content is coming from the third party site, will this be handled from there side.
Is this something needs to be looked into the app dev side?
Or any custom url needs to be configured?