You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
01_treasureHunter.html doesn't play audio in safari 12.1.1 for me, but does in Chrome/Firefox. (Usual browser audio sandboxing stuff, has to be somehow enabled in response to an event).
No error messages about it in the js terminal.
IIRC, this is my general handle for fixing the sound in puzzlescript - I call it whenever the user tries to play something (this means sometimes it skips the first sound - I could call it on startup as well I guess):
01_treasureHunter.html doesn't play audio in safari 12.1.1 for me, but does in Chrome/Firefox. (Usual browser audio sandboxing stuff, has to be somehow enabled in response to an event).
No error messages about it in the js terminal.
IIRC, this is my general handle for fixing the sound in puzzlescript - I call it whenever the user tries to play something (this means sometimes it skips the first sound - I could call it on startup as well I guess):
)
The text was updated successfully, but these errors were encountered: