“navigator.msLaunchUri” in IE Edge always return success
问题 "navigator.msLaunchUri" in IE Edge always return success , "noHandlerCallback" is not executed I tried this : navigator.msLaunchUri('App:123456', function() { alert('success'); }, function() { alert('failed'); } ); It will always return "success" and if the protocol was not supported it will open the windows store dialog and return "success" 回答1: I have seen that Edge behaves differently from IE11 in this regard. I am not sure if this exactly the same problem that you are experiencing but