@Dovel wrote:
Is it possible to open all a-tag href links with the in-app-browser plugin?
Use case:
The google map terms-link opens the external browser (a-href).
This invokes theOnBeforeUnloadwhich contains the BLE.disconnect() function. Necessary for ionic livereload. This is weird, usually only the pause-event is called. Also on switching apps. But only if I clicked a-href the OnBeforeUnload-Event is also invoked. Whatever … I want to force to open ALL links with the in-app-browser. I can’t modify the google maps links. (it’s not allowed at all)Overwrite
window.opendoes not work. Because it’s a a-tag href-link.
Posts: 2
Participants: 1