本文介绍了jPlayer不会在iPad中自动播放音频文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用iPad中的jPlayer播放音频文件。它在我的本地PC上的Safari工作正常,但当我试图在我的iPad上打开它时,它不会自动播放音频。

I am trying to play audio file using jPlayer in iPad. It works fine in Safari on my local PC but when I tried to open it in my iPad it doesn't play audio automatically.

请帮助我。

谢谢

推荐答案

您可能需要在Mobile Safari中初始化用户操作的jPlayer。

You may have to initialize jPlayer on user action in Mobile Safari.

作为一个黑客,您可以在外部容器元素(或主体)上为触摸事件添加处理程序并初始化任何jPlayer您想要的实例。

As a hack, you could possibly add a handler for a touch event on an outer container element (or body) and initialize any jPlayer instances that you want.

参考:

这篇关于jPlayer不会在iPad中自动播放音频文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 01:35