将 Meteor 与默认 Handlebars 模板一起使用时出现问题。当我将下面的标签移动到 html 正文中时,它会自动播放。但是在车把模板的上下文中,我看到了控件,但它不会自动播放。有什么办法克服吗??
<template name="showMedia">
<div class="background_audio">
<audio controls autoplay>
<source src="assets/screenDisplayAlert.wav">
</audio>
</div>
</template>