在移动设备上强制使用jPlayer缓冲栏

问题描述 投票:-1回答:1

我注意到jPlayer没有在某些移动设备上显示其缓冲条,这个问题使得用户认为媒体没有加载。我在这里搜索,但没有发现任何相关内容。所以我发布了这个问题的答案,其中包含一个新的jquery.jplayer.min.js的链接,其中包含我所做的更正。新线强制显示“缓冲gif”,直到媒体开始播放。

jquery jplayer buffering
1个回答
0
投票

以下是下载更正的链接:

** https://pastebin.com/YS7UHNVA

这是需要的修改:

    seeked:function(){ (this.css.jq.seekBar.length&&this.css.jq.seekBar.removeClass("jp-seeking-bg"),this.removeStateClass("seeking")); if(this.css.jq.duration.text()=='00:00'){ this.css.jq.seekBar.addClass("jp-seeking-bg"); this.addStateClass('seeking');  }}
© www.soinside.com 2019 - 2024. All rights reserved.