OpenSprinkler Forums OpenSprinkler Mobile and Web App Run-Once Program stalls Re: Re: Run-Once Program stalls

#26114

Samer
Keymaster

Okay good, now we know it’s my code 🙂 I reviewed the lines of code in question and nothing stands out as a culprit.

It has to be a Javascript error and not a major syntax one. Some function isn’t available on Android 2.2 and the program is just stopping. This can be seen in the console log however I am unsure on how to get that information from you. If you can, it would be ideal to use the Chrome remote debugging tools combined with Android’s USB debugging to get the specific error message. That way I can resolve it. Otherwise, I might have to come up with a way to get error’s to me since this is the second bug I can’t really put a finger on.

Thanks.