How to open URL in a web browser instead of webview in-app on Android App?
I used,
<ion-button href="https://stackoverflow.com">StackOverFlow</ion-button>
The URL is opening in the in-app browser, I need to open an android system's default browser.
I have gone through the official document, I couldn't find useless information from there.