Is it possible to open a native browser, like Safari or Chrome, from link in webpage load into the plugin?
I need this because I have a page that is only working on Android and I need IOS user to open it also.
I think you could attach javascript click listener and once user wants to open a link you communicate with Unity script and call regular Unity
API for external browser.