When using custom protocol to activate app in IE11 of windows 8.1, like:
<a href="myprotocol://asdfsdf.com/sadfsf">click</a>
Sometime the current web page will be redirect to an empty "about:blank" page, sometime will not.
How can I control this? I just want to active my app and keep the current web page.