如何解决手机端html5音频播放器样式问题?
大家讲道理
大家讲道理 2017-04-17 13:53:58
0
1
661

我写了一个音频播放器,

案例地址:http://acplayer.awbeci.xyz

源码地址:https://github.com/zhangwei90...

但是我发现在PC上显示是正常的,如图:

但是我在手机上查看的时候变成这样,如图:

请问下,我该如何解决啊,是哪里出现的问题呢,在线等?

我用try catch试了一下,提示:acPlayer没有这个方法,但是这个是我自己写的插件阿,是可以的,为什么在移动端就报这个错呢?

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
黄舟

I have solved it. The reason is that I wrote the wrong method in the plug-in. The correct one should be:

method:function(){}

I wrote it

method(){}

I really want to whip myself

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template