window.open does not have "Back" or "Close" on iOS. Works fine on android and windows phone.
var link = 'www.nytimes.com'
window.open(link, '_blank', '');
On iPhone, above code opens the link but there is no way to go back to the application.
Please advise.