屏幕关闭时如何暂停音频标签或启动第二个标签

时间:2019-06-28 14:21:01

标签: javascript html typescript ionic-framework ionic3

我正在尝试在手机屏幕关闭时暂停音频或运行第二个音频标签。 这是我的html代码的示例示例

<audio controls>
  <source src="audio1.mp3">
  Does not support the audio element.
</audio>
<audio controls>
  <source src="audio2.mp3">
  Does not support the audio element.
</audio>

不幸的是,我不知道如何使EventListener来检查上述情况。

0 个答案:

没有答案