Is there a way to know if window.open failed to open url in new tab in IOS if user has enabled pop up blocker as on in phone settings ?
If the url did not get opened in new tab, I want to use window.location.href and open in same tab.I need that identifier which tells me window.open failed.Please help