There seems to be a problem accessing your app, the link redirects me to some Twitter app. Please send me your app backup to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
There seems to be a problem accessing your app, the link redirects me to some Twitter app. Please send me your app backup to a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a.
Hi Doug,
We were able to access it.
1) On startScreen in service queryGuardianSMS mapping there is a typo in request parameter "where":
codereturn 'id='+value';/codeThere should be:
codereturn 'id='+value;/code
2) On startScreen on Click event there is a typo in collapseChildList JavaScript code:
codealert('CLICK WORKED!);/codeReplace it with the following:
codealert('CLICK WORKED!');/code
You guys are fantastic! Thank you!