I build a WebView which displays a website. The website contains links without a target=\"_blank\" attribute and some with it.
WebView
target=\"_blank\"
I need to op
If you wanted to do it using only Javascript, then this is my solution for opening any link from webview of the android or ios app to the external browser.
Modified your URL with this 'open=outside' in query params.
ie. https://example.com/homePage?open=outside