The H5_audio of iPhone cannot be played on the official account of Wechat. What is the reason for the error?


  <audio
    ref="cishi-audio"
    controls
    :src=""/apis/wx/auto_dialer/record/answer/38f7ff43-a178-40ce-a998-e6d7a4e3bf75/play""
  > audio 
  </audio>
  

clipboard.png
when we developed it, it was tested on both Android phones and Wechat computer-side development tools, and it can be played.
but tested under ios, this is the case, after loading a few laps, an error is displayed. The
audio format is in wav format.
has any god ever encountered this kind of problem? Solve.


safari doesn't seem to support wav, so try mp3 instead.


this.$refs.audio.src = res.data.audio_url
try getting dom assignment src dynamically

Menu