HTML5 audio tag (Gutenberg) shows ERROR on iOS?
-
I have a WordPress site, I am using the Gutenberg editor, and an Audio block. This adds a little audio player to the page, which works on desktop and Android. It is not set to auto play.
<audio controls="" src="audio.mp3" preload="none"></audio>
On iOS (I’ve tested on iPhone and iPad), when I press play, it loads for a second, then changes to say “ERROR”.
Does
<audio>
not work on iOS?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTML5 audio tag (Gutenberg) shows ERROR on iOS?’ is closed to new replies.