Search code examples
javascriptandroidhtmlcordovajplayer

Is jPlayer compatible with PhoneGap?


I have a web app that uses jPlayer as the backbone of a playlist music player. This works properly on desktop in Google Chrome, but not in PhoneGap (porting to Android) and I've narrowed the problem to jPlayer. Does anyone know if PhoneGap supports jPlayer?

Also: I know there is a duplicate question: jPlayer and PhoneGap Build compatibility, but nobody answered there.


Solution

  • The Audio tag is broken in the Android WebView. If I remember correctly jPlayer makes use of the Audio tag so it will fail as well.

    I'm working on a monkey patch over at:

    http://macdonst.github.com/corinthian/