Ios Wechat has built-in browser to play music continuously.

after playing a voice, BGM, Android can be played in Wechat"s built-in browser, but ios cannot. I hope the gods can help me

Dec.02,2021

share one audio, modify audio.src, do not use multiple audio,


set auto playback

function autoPlayAudio() {
                    wx.config({
                        // ,  wx.ready
                        debug: false,
                        appId: '',
                        timestamp: 1,
                        nonceStr: '',
                        signature: '',
                        jsApiList: []
                    });
                    wx.ready(function () {
                        document.getElementById('playMusic').play();
                    });
                }

play the next replacement src

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e453-2b948.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e453-2b948.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?