I currently use the line below to open URL in new window:
prewindow.open('url', '_blank', 'location=yes');/pre
However, the window opens on Android, does not have the browser options (show website in desktop version .... etc.). It only has close and back forward buttons.
How can I open the URL in browser tab. If the default browser in google Chrome, and it's already open, I want to add new tab. If not open, then I want to launch the browser.
How can I achieve that?