'window.open() in JavaScript is not working in Chrome responsive mode

I'm trying to use window.open() to open external link in new tab in Chrome. It is working fine. But the issue is when I switch to Chrome responsive mode and setting resolution to 1280X780px, the redirection to external site is not happening.

What kind of workaround could I use here?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source