veteran29 / steam-url-open-extension

Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser.
GNU General Public License v3.0
36 stars 3 forks source link

Why click twice? #15

Open vertigoelectric opened 1 year ago

vertigoelectric commented 1 year ago

This isn't a big deal, but whenever I have a steam page open and I want to open it in the Steam app I have to click the extension toolbar button twice. Is there a reason for this? Can it be fixed?

veteran29 commented 1 year ago

It's due to needing to switch to Manifest v3 and Chrome putting the service worker to sleep, the first click "wakes" the service worker and the second works as intended.

https://bugs.chromium.org/p/chromium/issues/detail?id=1152255

I'm pretty sure there's a solution to fix this but I do not have time to research how to fix this minor inconvenience.

vertigoelectric commented 1 year ago

Thanks for the quick response! Yeah it's not worth spending much time on. I was just wondering why it worked that way and now I know. 👍