Re: Strange javascript queue problem

2014-11-05 Thread Pierre Gaston
thanks, it's not, but i will try 3.6.0 nonetheless. On Wed, Nov 5, 2014 at 5:04 PM, Andrew Grieve wrote: > If your app is a multi-page app, then likely this is a bug that was fixed > in cordova-android 3.6.0. > > On Wed, Nov 5, 2014 at 5:53 AM, Pierre Gaston > wrote: > > > I'm using cordova 3.5

Re: Strange javascript queue problem

2014-11-05 Thread Andrew Grieve
If your app is a multi-page app, then likely this is a bug that was fixed in cordova-android 3.6.0. On Wed, Nov 5, 2014 at 5:53 AM, Pierre Gaston wrote: > I'm using cordova 3.5.1 on a 4.1 android device without SystemUI as a > kiosk. > > I don't see anything suspect except that the callback of m

Strange javascript queue problem

2014-11-05 Thread Pierre Gaston
I'm using cordova 3.5.1 on a 4.1 android device without SystemUI as a kiosk. I don't see anything suspect except that the callback of my plugins calls are trigger on the next call. That is, the first callback doesn't seem to run until I call another method, then on the third call I see the callbac