Windows 8.1 / IE 11 custom url protocols are messed up. Upon launch, the application is executed and then the url in the browser redirects to about:blank
Even Skype's protocol does it:
<a href="skype:_some_skype_account_here_?chat">Chat via Skype</a>
I've tried a handful of approaches such as using an iframes, document.location.href = u; with poor results.
This appears to work when the link is inside of an iframe, yet fails otherwise:
<a href="javascript:'x();'>test</a>
document.location.href = 'proto://datadatadata';
Anyone know how to launch the protocol's app without the browser redirecting to about:blank?
I am now treating IE11 as a completely different browser: chrome, FF, safari, IE7-10 and IE11