用户没有首先与文档交互[重复]
Posted
技术标签:
【中文标题】用户没有首先与文档交互[重复]【英文标题】:user didn't interact with the document first [duplicate] 【发布时间】:2021-12-25 19:27:24 【问题描述】:我收到一个名为 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first.
的错误
有谁知道如何解决这个问题?
const audioCls = new Audio("/assets/audio/a4.mp3");
setInterval(() =>
audioCls.play();
, 1000);
【问题讨论】:
【参考方案1】:点击文档修复了问题:)
【讨论】:
以上是关于用户没有首先与文档交互[重复]的主要内容,如果未能解决你的问题,请参考以下文章
Uncaught (in promise) DOMException: play() failed 因为用户没有先与文档交互