Viewing 1 replies (of 1 total)
  • Plugin Author pupunzi

    (@pupunzi)

    Hi,
    On Android it works using Chrome or any other browser that is not the stock one. There’s a condition in the javascript that detect if the player is running on the default Android stock browser and falls back to the standard “audio” tag as it was impossible to make the player works fine on that browser. I didn’t try it with the latest version of that browser but if you want to try you can remove those conditions in the jquery.mb.miniPlayer.js; the variable to check is: isAndroidDefault at line 195 and 537; you can replace if(isAndroidDefault) with if(false) to make your test.

    Bye,
    Matteo

Viewing 1 replies (of 1 total)

The topic ‘Not working in Android’ is closed to new replies.