webtiming / mediasync

MediaSync is a JavaScrpt library implementing timed playback of HTML5 audio/video, based on the TimingObject
6 stars 0 forks source link

[Android] app.run is never called. #2

Open getarobo opened 8 years ago

getarobo commented 8 years ago

Hi,

I am having issue on Android phones.

After app.init(). app.run() is never called on android phones.

It works fine on ios devices and mac. Any ideas?

Snarkdoof commented 8 years ago

Hm, no, sounds strange. Do you have any particular network issues on your Android phone? Try connecting the remote debugger (chrome inspect) and see if your network fails. app.run is only executed after successfully connecting to the service.

N


Dr. Njål Borch Senior researcher Norut Tromsø, Norway

On 19 December 2015 at 18:10, Gene Han notifications@github.com wrote:

Hi,

I am having issue on Android phones

After appinit() apprun() is never called on android phones

It works fine on ios devices and mac Any ideas?

— Reply to this email directly or view it on GitHub https://github.com/webtiming/mediasync/issues/2.