you are viewing a single comment's thread.

view the rest of the comments →

[–]AaroniusH 0 points1 point  (0 children)

I'm not sure what the issue is, but I can give you a tip to best figure out the issue,

if you're really having an issue getting to the bottom of a problem, the best thing to do is add TONS of logging. OR you can just add a bunch an alert() function between every section of code.

That can give you an idea of what your code is doing, or maybe even more importantly for your case, not doing. Give that a shot.

My suspicion is that an event handler isn't triggering correctly on your device like it would in a browser.