Search found 3785 matches

Go to advanced search

by Alena Prykhodko
Sat Feb 13, 2016 4:44 pm
Forum: Issues
Topic: Trying to upgrade to library version 3.0 and my app wont compile.
Replies: 4
Views: 661
 
Jump to post

Trying to upgrade to library version 3.0 and my app wont compile.

Hello,

Did you make any changes in the Source tab? If you did, these custom changes might cause the failure. Try to rollback the custom source changes, details here: http://devcenter.appery.io/tutorials/....

by Alena Prykhodko
Sun Feb 07, 2016 2:57 pm
Forum: Issues
Topic: PROPERITES editor sub-option bug
Replies: 4
Views: 780
 
Jump to post

PROPERITES editor sub-option bug

Hello,

Could you please send us screen shots?

This part is not clear [quote:]a grid cell Columns when expanded has 4 sub-options for Large-Xtra-Small[/quote]

Do you use grid component?
What type of project you create? AngularJS or JQM?

by Alena Prykhodko
Sun Feb 07, 2016 9:06 am
Forum: Issues
Topic: Paypal
Replies: 10
Views: 1396
 
Jump to post

Paypal

Hello Amirul,

We are working on it and will get back with updates as soon as possible.

by Alena Prykhodko
Tue Feb 02, 2016 9:35 pm
Forum: Issues
Topic: Dragging a grid to a collapse component
Replies: 5
Views: 978
 
Jump to post

Dragging a grid to a collapse component

Hello Steve, Collapsible component consists of mobilecollapsblock and mobilecollapsblockcontent, you should drag and drop grid component to mobilecollapsblockcontent. [quote:] I already have another collapsible (#1) below this set of grids and want them to hide when the lower collapsible shows and v...
by Alena Prykhodko
Tue Feb 02, 2016 1:13 pm
Forum: Issues
Topic: Icons not displaying anymore
Replies: 5
Views: 614
 
Jump to post

Icons not displaying anymore

There were some issues on our side.
Sorry for inconveniences.

by Alena Prykhodko
Sun Jan 31, 2016 3:26 am
Forum: Issues
Topic: rest service sort option
Replies: 17
Views: 2282
 
Jump to post

rest service sort option

Hello,

Yes. There is a default limit parameter which equals 100. That means that only 100 records will be returned if other wasn’t specified. To avoid this limitation, use the limit parameter https://devcenter.appery.io/documenta... in the requests and specify your own value. Max value is 1500.

by Alena Prykhodko
Sat Jan 30, 2016 12:18 pm
Forum: Issues
Topic: Trouble Sending Push Notifications
Replies: 73
Views: 6807
 
Jump to post

Trouble Sending Push Notifications

Actually it's supposed to act differently, message can be read on Push notification event, not just when page with code opened. Try to add this code instead: pre $(document).on("push-notification", function(event, data) { alert(JSON.stringify(data)); window.open(dat...

Go to advanced search