On click of close button in action sheet I'm trying to create new tab. After it opens new popup in chrome. But when i try to open new tab from normal page, it opens in new tab.
window.open(url, "_blank");
But I want to open new tab instead on popup. Please help.