javascript - why <a> tag in firefox needs two clicks when set href as a self-defined protocol to run a native application -


<a href="hythttpauto://somthing">

hythttpauto self-defined protocol, works in chrome(a native aoolication run after click tag), in firefox, needs 2 clicks run native application.

how fix it?


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -