I have HTML code below:
<a href="app_protocol:test@gmail.com">Open app</a>
When users click on the anchor, the browser will show a dialog to ask them to open the desktop app (myapp) or not. How to know which button the user clicks on: Cancel or Open? Thanks!