Hi everyone , im trying to open a web link from my app to android default browser but only open inside my app the link and i cant back to my app after this.
I already try with inappbrowser but seems that generalize all window.open
and i have problem with this because i used to open waze $window.open("waze://?q="+ dir)
but with the inappbrowser plugin this fails, so my question is how to open a link on android browser without the plugin , or add a back button or toolbar into the view that are generated inside the app.