jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

IOS + mp3 = timer problems #372

Open itAsia opened 7 years ago

itAsia commented 7 years ago

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.