Hello,
In a C2 project with HTML/Iframe plugin, compiled into Android APK with Cordova CLI
Plugin:
I am looking for a way to force a link to be opened outside the application android, in the default browser.
Exactly as the default function Browser / Open in a new window.
Currently, if we touch a link into an iframe, the url targeted is opened in the iframe or in the app and may create bug.
Any idea ?