Search found 90 matches

Go to advanced search

by Yan Yi
Mon Apr 28, 2014 10:49 pm
Forum: Issues
Topic: Toggle switch in list bug
Replies: 10
Views: 3481
 
Jump to post

Toggle switch in list bug

okay, will wait for the next release

by Yan Yi
Mon Apr 28, 2014 10:06 pm
Forum: Issues
Topic: Save query service response as Local Storage Variable array
Replies: 4
Views: 1826
 
Jump to post

Save query service response as Local Storage Variable array

Thanks for your reply!

For the method stated in the link, I would need to use the list widget. How do I get it to loop (meaning fetch more than one row in the collection) using the query service and LSV only? I am only getting one value.

by Yan Yi
Mon Apr 28, 2014 8:10 pm
Forum: Issues
Topic: Save query service response as Local Storage Variable array
Replies: 4
Views: 1826
 
Jump to post

Save query service response as Local Storage Variable array

Hello! I passed a where parameter and using the test function, and I got more than one response (multiple rows of the collection being returned). This works correctly. How to map it in such a way that I can save a query service response to a LSV as an array? The below mapping only returns one value....
by Yan Yi
Sat Apr 26, 2014 9:24 pm
Forum: Issues
Topic: Mobile buttons stay active after tap
Replies: 3
Views: 1118
 
Jump to post

Mobile buttons stay active after tap

Hi Katya, thanks for your reply! However, the buttons still stay active after tap a lot of times. I added this code to css asset with button named mobilebutton. Do I need to use ID instead? Like #myPage_mobilebutton

by Yan Yi
Fri Apr 25, 2014 12:18 am
Forum: Issues
Topic: Toggle switch in list bug
Replies: 10
Views: 3481
 
Jump to post

Toggle switch in list bug

Hello! May I know when will this be fixed, or is there a workaround?

by Yan Yi
Thu Apr 24, 2014 3:23 am
Forum: Issues
Topic: Local Storage Variable
Replies: 2
Views: 1031
 
Jump to post

Local Storage Variable

Refer to localstorage APIs

code
localStorage.setItem('text', input);
var text = localStorage.getItem('text');
localStorage.clear();
localStorage.removeItem("key");
/code

by Yan Yi
Thu Apr 24, 2014 3:11 am
Forum: Issues
Topic: Using objects in Local Storage, services and database collection
Replies: 1
Views: 916
 
Jump to post

Using objects in Local Storage, services and database collection

Hello! I have some functions which take objects as arguments and returns the modified object. Also need to store the object in Appery database and use createService and updateService to create and update the object. My questions: Should I set collection column to string or object? If object, is this...
by Yan Yi
Thu Apr 24, 2014 12:17 am
Forum: Issues
Topic: Appery tester auto quits when display is off
Replies: 12
Views: 3619
 
Jump to post

Appery tester auto quits when display is off

When the iPhone screen goes dark after a few minutes, the Appery tester app, if opened, will be logged out and we have to log in and reload the apps again.

Is there any way to disable auto logging out? Very troublesome to keep reloading the apps!

by Yan Yi
Wed Apr 23, 2014 6:05 pm
Forum: Issues
Topic: Toggle switch in list bug
Replies: 10
Views: 3481
 
Jump to post

Toggle switch in list bug

Thank you. Could you post here when it is fixed?

Go to advanced search