jPlayer
jPlayer copied to clipboard
IOS + mp3 = timer problems
Hello
Thanks for good work there.
Except I have a little issue on Iphone : the player works fine with : /examples/blue.monday/demo-01.html
But use it with a mp3, and the timer will break with the progress bar.
$(document).ready(function(){
$("#jquery_jplayer_1").jPlayer({
ready: function (event) {
$(this).jPlayer("setMedia", {
title: "Bubble",
mp3: "http://*******.**/fichiers/mp3/318.mp3",
});
},
swfPath: "../../dist/jplayer",
supplied: "mp3",
wmode: "window",
useStateClassSkin: true,
autoBlur: false,
smoothPlayBar: true,
keyEnabled: true,
remainingDuration: true,
toggleDuration: true
});
});
Cannot reproduce on android or on any other browser. Problem on IOS / Iphone only.