Link to open in browser from native app

I have native apps for iOs and Android built using hotwire adapter. There are some links that I’d like to open in a new browser instance instead of inside the native app. Can this be done using just html? Or native code change (kotlin/swift) is required?

1 Like

I’m currently dealing with this.
If it’s possible to use subdomain for these links, it’s the simplest solution - Hotwire Native opens links from different (sub)domain in browser tab.
Other than that, I would also appreciate some help with this.