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
I'm basically trying to implement a medical token display system. When a certain token is called, the token number should be read out loud. However, since this is a wall mounted display screen, the sound has to be played without any user interaction. However, the speak() function only triggers on button click. Is there some way of triggering the sound from a function (without user interaction). I tried a hidden button click but that's not working either
The text was updated successfully, but these errors were encountered:
I'm basically trying to implement a medical token display system. When a certain token is called, the token number should be read out loud. However, since this is a wall mounted display screen, the sound has to be played without any user interaction. However, the
speak()
function only triggers on button click. Is there some way of triggering the sound from a function (without user interaction). I tried a hidden button click but that's not working eitherThe text was updated successfully, but these errors were encountered: