I've been trying to find a working HTML5 audio player script that works on mobile phones (particularly on Android and iOS). If it were just about Android, I'd be using a Flash player - but I need a solution that works on both platforms.
The problem with all the players I've tried so far is the setting "Load Plugins on demand" on Android phones (stock browser and Dolphin). If that setting is active (I believe it is by default), the HTML5 player will show instead of the Flash fallback. But neither the stock browser nor Dolphin are able to play the audio file as HTML5, for some reason.
And because plugins are disabled by default, the Flash fallback is not visible and can't be activated as usual. So in essence, Android devices that have the "on demand" setting enabled can't play the audio file at all.
Is there any player that actually works right off the bat when this setting is disabled?