Search found 4005 matches

Go to advanced search

by Yurii Orishchuk
Tue Nov 01, 2016 5:54 am
Forum: Issues
Topic: inconsistent app results on android devices.
Replies: 23
Views: 3241
 
Jump to post

inconsistent app results on android devices.

Hi Andy, Thank you for your details. I've just tried your app and could not find "Damage Screen button" on the car details page. Anyway, it seems like somehow your app does not start correctly on the goal device. And cordova not working there. You can try following to make sure cordova sta...
by Yurii Orishchuk
Wed Aug 03, 2016 5:00 am
Forum: Issues
Topic: Filter data that is in an array
Replies: 14
Views: 2143
 
Jump to post

Filter data that is in an array

Hi Deon, Here is a code to get items from a storage and copy it to another storage with some condition. pre //var originalArray = [{id: 1}, {id: 2}, {id: 3}]; //Getting original Array from the storage. var originalArray = Apperyio.storage.origi...
by Yurii Orishchuk
Tue Jul 26, 2016 5:04 am
Forum: Issues
Topic: Filter data that is in an array
Replies: 14
Views: 2143
 
Jump to post

Filter data that is in an array

Hi Deon,

You can try following:

1 create other storage with such array model.

2 copy first array storage to second array storage(using filter - so you will copy only needed elements).

3 make mapping from second array to the page.

Regards.

by Yurii Orishchuk
Mon Jul 25, 2016 4:59 am
Forum: Issues
Topic: Chart does not display on Android (nor in Appery Android tester but perfectly does on iOS, Appery iOS tester, Chrome)
Replies: 15
Views: 2308
 
Jump to post

Chart does not display on Android (nor in Appery Android tester but perfectly does on iOS, Appery iOS tester, Chrome)

Hi Peter, Thank you for your details. Have you tried disable "release" option when your build an .apk? In release mode Appery.io platform compresses all JS as CSS assets. This compression could damage incorrect code. You can verify your JS code here: http://jslint.com/ Regards.
by Yurii Orishchuk
Mon Jul 25, 2016 4:59 am
Forum: Issues
Topic: Getting rid of the console error essage on Rest response error
Replies: 3
Views: 801
 
Jump to post

Getting rid of the console error essage on Rest response error

Hi Joni,

This error means you have incorrect response for this service.

Please click on this request, you will be redirected to "network" tab - there you can investigate a request and response.

In response you can find a reason why server returns an error.

Regards.

by Yurii Orishchuk
Mon Jul 25, 2016 4:59 am
Forum: Issues
Topic: Sending Push Notifications from the app with Channels
Replies: 1
Views: 573
 
Jump to post

Sending Push Notifications from the app with Channels

Hi Logan, Please learn how to send push notification in your document here: https://docs.appery.io/reference#push... Also to filter pushes by channel you need to specify channel filter in a query. Please find details how to configure push send service on screen shot: http://prntscr.com/bx3tuo/direct...
by Yurii Orishchuk
Fri Jul 15, 2016 10:04 pm
Forum: Issues
Topic: UPDATE some columns (ie PATCH)
Replies: 38
Views: 11881
 
Jump to post

UPDATE some columns (ie PATCH)

Hi Steve, It seems you passed this column (like "Employee") but not passed a value(_id for specified collection). If you don't to update a field - you don't need to pass it's name into update update request. Please check (if you will have it again) in browser debugger your actual service r...
by Yurii Orishchuk
Fri May 06, 2016 4:59 am
Forum: Issues
Topic: AngularJS: How to get the value of selected list item
Replies: 11
Views: 1888
 
Jump to post

AngularJS: How to get the value of selected list item

Hi Hawk, You did not pass "connection" (current item of array) to the function. Thus you can not get current item values. You need to: 1 pass "connection" to the function in "ng-click" attribute. pre consolelog(connection); /pre 2 add "connection" parameter to...
by Yurii Orishchuk
Fri Apr 22, 2016 12:32 am
Forum: Issues
Topic: multiple collums in my database collection
Replies: 2
Views: 678
 
Jump to post

multiple collums in my database collection

Hello, As i can see you don't have "owner" request parameter in body section. If so, you need: 1 Open "create" service. 2 Navigate to "request" tab. 3 Navigate to "body" subtab. 4 Add "owner" request parameter. Details on screen shot: http://prntscr....
by Yurii Orishchuk
Wed Apr 06, 2016 10:52 pm
Forum: Issues
Topic: sendgrid mail too long
Replies: 16
Views: 9123
 
Jump to post

sendgrid mail too long

Hi Carrie, You get this error, cause of there is some limitation for url parameters. Please try to move your "text" request parameter from "query string" request part to "body" part. Here is a screen shot details: 1 "query string" part: http://prntscr.com/ap24...

Go to advanced search