Search found 143 matches

Go to advanced search

by Andrew Peacock
Wed Mar 30, 2016 8:14 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Thanks Illya, I just saw that! Appreciate the prompt and helpful support :-)

Andy

by Andrew Peacock
Wed Mar 30, 2016 12:55 pm
Forum: Issues
Topic: Send notifications, filter on array value
Replies: 5
Views: 814
 
Jump to post

Send notifications, filter on array value

Got it sorted. First, my JSON structure was incorrect. Second, I had to add an OR clause: code { "payload": { "message":"Hello 106!", "title": "Here is more content", "badge":"1", "customData": { "wp_id": 1 } }...
by Andrew Peacock
Wed Mar 30, 2016 12:20 pm
Forum: Issues
Topic: Send notifications, filter on array value
Replies: 5
Views: 814
 
Jump to post

Send notifications, filter on array value

Hi, following on from the above, I can't get this to work - the notification is sent, but goes to all devices. Via postman, the body is: code { "payload": { "message":"Hello 104!", "title": "Here is more content", "badge":"1", &qu...
by Andrew Peacock
Wed Mar 30, 2016 8:12 am
Forum: Issues
Topic: Auto-update vs export HTML/JS/CSS
Replies: 7
Views: 924
 
Jump to post

Auto-update vs export HTML/JS/CSS

Hi, Following on from my comments yesterday about auto-update and the lengthy black screen, could you clarify the difference between auto-update vs exporting the HTML/JS/CSS in terms of file contents. If i export the files, and then upload them into the app via other 3rd party plugin (like the Conte...
by Andrew Peacock
Tue Mar 29, 2016 9:30 am
Forum: Issues
Topic: Improvements to auto-update functionality
Replies: 1
Views: 477
 
Jump to post

Improvements to auto-update functionality

Hi, At the moment, the auto-update function is great for development, but the user experience sucks - the screen goes black, with not even a spinning "loading" icon for the user to know that something is happening. Is it feasible to offer the option to do this in two stages? 1) check if th...
by Andrew Peacock
Tue Mar 29, 2016 9:22 am
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Thanks Evgene.

by Andrew Peacock
Thu Mar 24, 2016 11:40 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2307
 
Jump to post

AngularTranslate tutorial

Hi team,
Is there any chance you could add a tutorial for AngularTranslate implementation, i the same way you've done i18next for JQ builds, please?

(Or some other Angular translation module, if not).

Regards,
Andy

by Andrew Peacock
Mon Mar 21, 2016 11:39 am
Forum: Issues
Topic: Send notifications, filter on array value
Replies: 5
Views: 814
 
Jump to post

Send notifications, filter on array value

Ah, i found the answer. For reference, in the payload section, add:

code
"filter":{
"tags": {"$in":[4,7]}
}
/code

by Andrew Peacock
Mon Mar 21, 2016 11:30 am
Forum: Issues
Topic: Send notifications, filter on array value
Replies: 5
Views: 814
 
Jump to post

Send notifications, filter on array value

Hi,
I've got a field in my devices column which is set to an array. I'd like to send notifications via the REST API to users where they have value X in the array. Can this be done? The docs only seem to indicate "name = vale" filtering.

Regards,
Andy

by Andrew Peacock
Wed Feb 17, 2016 3:32 pm
Forum: Issues
Topic: Auto update via Phonegap CLI build
Replies: 2
Views: 345
 
Jump to post

Auto update via Phonegap CLI build

OK, thanks Sergiy

Go to advanced search