We have a node js application where we open a popup window on button click with window.open(). The popup window opens and stays open in firefox. In edge browser the popup window opens and closes immediately. Is there a way to force the popup window stay open in any browser.
You’ll need to show us your code so we can see what’s wrong. Where did you get the code from? Are you using popup code from online, or did you make it yourself?