[]音乐快进到 n秒进行播放 手机上无效

做背景音乐从指定位置开始播放:
Laya.SoundManager.playSound(strSoundPath, 1, null,null,28);
在ide正常,发布微信小程序,在工具里边还是从头开始。
手机上更是如此。
使用微信api:
var bgm = wx.createInnerAudioContext()
bgm.autoplay = true
bgm.loop = false
bgm.src = 'audio/track.mp3'
bgm.seek(28)
bgm.play()
安卓正常,ios无效
已邀请:

Apple

赞同来自:

这是微信的bug,在微信的论坛可以搜到这个bug,请去那里反馈。

该问题目前已经被锁定, 无法添加新回复

商务合作
商务合作