Detect Custom Protocol handler in chrome 86
问题 I have implemented a solution according to https://gist.github.com/aaronk6/d801d750f14ac31845e8 and it worked fine till chrome 85 .With latest chrome Update Onblur not detecting open protocol handler popup. Is there a way to identify Custom protocol registered in windows using Chrome 86 new version .The code i have implemented mentioned below and it's working fine for Firefox function LinkClicked() { launchUri($(this).attr("href"), function () { // SUCCESS APPLICATION INSTALLED }, function ()