Error Adding Event
Posted: Wed Jan 02, 2013 12:00 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
It's a bug. It will be fixed soon.
There is a workaround.
You can read the local storage variable via the API.
Run this JavaScript code on page load:
codevar input = localStorage.getItem("_quesld");
Tiggzi('test').text(input);/code
Ah great, thank you, will try this.