I am facing an issue when opening a URL in a different browser tab. I have installed a pop-up blocking chrome extension.
when I click on a button to open a new URL in a new browser tab , I am getting alert saying 'popup blocking'.
I am using window.open(URL)
for opening the new URL.
Any mechanism to avoid or bypass this issue ?