
Hi @aviad dror ,
According to your description, I created a simple demo to reproduce this issue, and I found that when you add the opened website to Edge IE mode sitelist, you can get the returned handler from window.open
method. But if the page opened by window.open method displayed in Edge(not in IE mode), then you will get null from this method.
Something like this:
As you can see, I use console.log()
to display the handle object in the console, not null. So I think you can try to check the configuration I mentioned above.
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.