Page 1 of 1

Todo (offline) tutorial not working

Posted: Wed May 01, 2013 6:38 am
by Jason

Todo (offline) tutorial not working.
I have followed the steps in the todo (offline) tutorial but it will not add todos. For some reason I am not able to debug into the onDeviceReady, onOnline and onOffline functions to see what is happening using Chrome dev tools!
The localStorage values that are set/checked in these functions are not being set and therefore the rest of the app won't work.
Is someone able to take a look to see what is wrong? Why can't I debug into those functions?


Todo (offline) tutorial not working

Posted: Thu May 02, 2013 7:32 am
by Kateryna Grynko

Hi Jason,
Sorry for the delay, we're working on it.


Todo (offline) tutorial not working

Posted: Thu May 02, 2013 9:52 am
by Kateryna Grynko

I cannot reproduce the problem. Could you please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so we can test your app?


Todo (offline) tutorial not working

Posted: Fri May 03, 2013 3:19 am
by Illya Stepanov

Hi Jason, please tell us - do you managed to set local storage variables in Events tab?


Todo (offline) tutorial not working

Posted: Fri May 03, 2013 4:36 am
by Jason

Yes, I have set the storage values as per the tutorial. I've just shared the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so you can have a look. ;-)


Todo (offline) tutorial not working

Posted: Fri May 03, 2013 4:43 am
by Illya Stepanov

Sorry your app name is - todos?


Todo (offline) tutorial not working

Posted: Fri May 03, 2013 4:48 am
by Jason

yes - sorry I thought you could tell based on my logon here...


Todo (offline) tutorial not working

Posted: Fri May 03, 2013 5:02 am
by Illya Stepanov

It's strange, by the first look it's seems to be everything right. But we will test and we'll update.


Todo (offline) tutorial not working

Posted: Mon May 13, 2013 9:09 am
by Kateryna Grynko

Hi Jason, sorry for the delay, we're working on it.


Todo (offline) tutorial not working

Posted: Mon May 13, 2013 9:59 am
by Kateryna Grynko

We've found the typo in our Tutorial.

In JS asset "todo_main" replace line 184:codetmpEcho = eval('(' + tmpEcho + ')');/code
with:codetmpEcho = eval('(' + tmpEcho + ')') || [];/code