App Response is Terrible
Hi Deon,
http://docs.appery.io/tutorials/build...
You can use the same principle for a local WebSQL database. The only difference is that the sample limits would be described in the SQL query syntax.
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/
Hi Deon,
http://docs.appery.io/tutorials/build...
You can use the same principle for a local WebSQL database. The only difference is that the sample limits would be described in the SQL query syntax.
Thank you for this. I have implemented as per the tutorial, except with a query service and with a list and not a grid.
It does not work. Is because I am using the query service and not the list service?
Deon, please show us screen shots how did you set up Query service and mapped the results to a list.
Hi Sorry for the pressure, have you managed to look at this as yet. I think this is vital to the app.
Hi Deon,
Sorry, no news yet. We are working on it right now.
Please review your JS-code. From the screenshots we see that instead of the comparison operator < you use the HTML entity code</code
See errors in the console please: http://docs.appery.io/documentation/d...
I copied the code from your tutorial
I have replace with comparison operator but still same problem
Hi Deon,
In mapping you use StoreType variable, please check its value when is executed. For example, add the following code: codereturn('{"StoreType": "' + value + '"}');
console.log(value);/code