Audio Files Will not play on IOS Devices

Posted in: Newspaper
Post count: 12

We use a lot of audio files in our news stories. We have had several calls from people on iPads, I also can’t get the audio to play from an iPhone.

We are embedding mp3 files through the ‘Add Media’ button

Please see example page here:

http://www.wgel.com/category/news/2014/07/test-audio/

Any help is greatly appreciated.

Thanks,
Dan

Post count: 9544

If the plugin uses Flash, it will never work on any iOS device, or any browser where Flash is disabled.

You might try
a) check the console in web browser for java errors
b) try disabling plugins except VC
c) try on another site using the default WP theme (2012, etc)

If you’re using shortcode you might try implicit use in HTML editor:

<audio controls>
<source src="audiofile.ogg" type="audio/ogg">
<source src="audiofile.mp3" type="audio/mpeg">
Your browser does not support the audio element
</audio>

Post count: 6535

Hi

Thanks Chris!

I’ve tested your site on iPad and the audio file seems to load fine, please provide more details if possible.

Thanks!

Post count: 12

Hi Andrei,

Thank you for looking into this. The iPads do seem to work no problem.

We have several people on iPhones who can’t get it to work. Some are on the 6+ I have tested on my 5 and a 5s using safari and the audio will no play.

Thanks again,
Dan

Post count: 1291

Hi,

I’ve checked your post and you’re right, on iPhone 5 it doesn’t work. I’ve tried to replicate this on my side but i can’t, it works on all devices including iPhone 5. I suspect it may come from a plugin conflict or something you have on your page and it’s missing on my side. Try to disable all plugins, enable only Visual Composer and see if the issue is still there.
If this doesn’t help please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin access so we can take a look.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.