HTML5 audio playback over HTTPS on safari IPhone 4.3

后端 未结 1 1362
死守一世寂寞
死守一世寂寞 2020-12-21 03:33

I have written a simple HTML code to play an audio file using the HTML5 audio tag on IPhone.

相关标签:
1条回答
  • 2020-12-21 04:00

    This was mentioned above by ceejoyez and again by the OP (Thank you both!), but I almost missed it as it wasn't an actual answer:

    If you are serving the content over https you need to have a valid certificate or it will not play on iOS devices (or on Safari on a Mac).

    See here for a related question.

    0 讨论(0)
提交回复
热议问题