jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Jplayer + Phonegap for Android Delay Issue #324

Open bencagri opened 9 years ago

bencagri commented 9 years ago

Hi folks,

I'm trying to write a sample project to play mp3 files with jPlayerPlaylist. App is working on desktop very well. When compiled with phonegapp (for android), when click play it delays. I guess it downloads first and plays then...

I tried 'preload' option, 'solution' for html and flash both (separately) touchstart event on click play.

I dont know what else I can do.

Has anyone faced this issue before? (yes I searched but no solution)

Thanks.

amitgur commented 9 years ago

How long the delay. Phonegap is not native, everything is delayed. I'm using the same setup you can check BandPad in google store. I don't have a delay

bencagri commented 9 years ago

First, It downloads the file and then plays. Sometimes it takes 2 minutes. On desktop, there is no problem.

Can you share your jPlayerPlaylist setup code @amitgur ?

paulwehner commented 8 years ago

Any update on this? Was it just the phone internet connection was slower?