Issue in navigating from chrome to edge using 'microsoft-edge' prefix in URL.
Utkarsh Abhishu
0
Reputation points
Hi Microsoft Team,
I am using the following URL structure to open few links in edge browser when my application is running in chrome:
window.open(microsoft-edge:${redirectUrl}?queryParam=${queryParam}
, "popup");
Sometimes I face the issue where the redirection happens to home page or some url from browser's history in edge, I verified the redirect URLs are properly setup in respective environments.
The issue occurs erratically, could please provide any information regarding the usage of the prefix and what could be the possible cause of this issue.
Thank you.
Sign in to answer