Firefox 66 to block automatically playing audible video and audio (2019)
1–10 of 50 posts
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#2Re: Firefox 66 to block automatically playing audible video and audio (2019)
#3What's an audible video?
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#4What's an audible video?
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#5Re: Firefox 66 to block automatically playing audible video and audio (2019)
#6I wanted my game to have good UX so I cleverly required inputs before any sound would be made. Usually via the game selection screen. But if Ctrl is your “action” key, it doesn’t actually allow the Audio API to work, so you’ll miss some sounds.
I get why this restriction is in place but sometimes it makes good faith attempts at good UX a bit complicated.
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#7Re: Firefox 66 to block automatically playing audible video and audio (2019)
#8I wish it had been ALL video, audible or not.
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#9I wish it had been ALL video, audible or not.
Re: Firefox 66 to block automatically playing audible video and audio (2019)
#10I recently made a really basic game engine for my dumb games[1] and discovered something interesting about this limitation: Ctrl does not count as a user interaction. I’m guessing because it’s a modifier key. I wanted my game to have good UX so I cleverly required inputs before any sound would be made. Usually via the game selection screen. But if Ctrl is your “action” key, it doesn’t actually allow the Audio API to…