How to play music in the background of WeChat applet?
Get the vedio tag of your current page, and then call the play() method
Just hide the component that plays music
Although I have never been exposed to WeChat mini programs..
You can try this:
<audio src"path/to/your/music" autoplay="autoplay" style="visibility: hidden;"></audio>
Get the vedio tag of your current page, and then call the play() method
Just hide the component that plays music
Although I have never been exposed to WeChat mini programs..
You can try this: