there is the inapp-browser cordova plugin --> you can open the browser in your app
or if you want to simply open chrome or mobile safari with addressbar and so on use:
window.open('WEBSITEURL', '_system');
there is the inapp-browser cordova plugin --> you can open the browser in your app
or if you want to simply open chrome or mobile safari with addressbar and so on use:
window.open('WEBSITEURL', '_system');