search

Home  >  Q&A  >  body text

如何解决手机端html5音频播放器样式问题?

我写了一个音频播放器,

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

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

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

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

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

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

大家讲道理大家讲道理2823 days ago664

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 13:55:58

    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

    reply
    0
  • Cancelreply