Playing sound from INACTIVE browser tab

后端 未结 2 1605
情歌与酒
情歌与酒 2021-01-01 18:40

I have a control panel for restaurants and it plays an alert sound when an order is given. The problem is that when the control panel tab is not the active tab in Chrome (it

2条回答
  •  [愿得一人]
    2021-01-01 19:34

    There's also the possibility that the audio wouldn't play because of browsers Autoplay policy.

    For example, in Chrome the audio won't play until the user actively click the web page.

    you may find the full list here: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes

提交回复
热议问题