How is the h5 page written by react compatible with audio

as the question, how to solve the problem that the audio tag in the h5 page written by react cannot be played automatically in Wechat and safari browsers?

Mar.18,2021
Audio is not allowed to play automatically in

Safari. Wechat's words need to be played through sdk


now they are all prohibited in browsers. You need to use js to call audio.play () to play after the page has loaded

.
Menu