I have cordova inappbrowser installed. However, it was kinda random when I tried to go to some Url using C2 Browser : Go to Url with target self. Sometimes Inappbrowser opens, sometimes default Chrome browser opens.
Recently I've experimented on using
window.open(url, "_system");[/code:1eut8frw] and it navigated me to Url with Chrome
but when I used [code:1eut8frw]window.open(url);[/code:1eut8frw] Inappbrowser was working normally.
I want to get rid of this inconsistency. Anyone has an idea how to make Inappbrowser a default action when navigate to Url?