Search found 143 matches

Go to advanced search

by Andrew Peacock
Tue Jun 28, 2016 10:18 am
Forum: Issues
Topic: Advice sought on how to manage dev / production releases?
Replies: 4
Views: 862
 
Jump to post

Advice sought on how to manage dev / production releases?

Hi all, For those of you used to having development/production releases of software, how do you manage the testing a test release, on actual devices? And how do you get that released for production? Appery team: it would be great to be able to flag an app as test/production, and have somewhere to po...
by Andrew Peacock
Mon Jun 20, 2016 3:07 pm
Forum: Issues
Topic: Angular/ionic pull to refresh
Replies: 6
Views: 837
 
Jump to post

Angular/ionic pull to refresh

As an update, if I run a test app in the browser, i get the full pull-down experience, including the list sliding down the page. But if I run the same app in the android testing app, I don't. See http://pulltorefresh.app.appery.io/#/... Also, if I open the above URL in my android chrome browser, it ...
by Andrew Peacock
Mon Jun 20, 2016 9:39 am
Forum: Issues
Topic: Angular/ionic pull to refresh
Replies: 6
Views: 837
 
Jump to post

Angular/ionic pull to refresh

Hi, I've got pull-to-refresh working correctly from a functional point of view - user swipesdown on an Ionic list, and a REST API is called to refresh the data; the list is updated. However, there is no visual cue to show that this is working. Most pull-to-refresh apps actually slide the list down t...
by Andrew Peacock
Fri May 27, 2016 12:21 pm
Forum: Issues
Topic: Angular list item template
Replies: 2
Views: 392
 
Jump to post

Angular list item template

Thanks Sergiy. That got me where I wanted. I'd not appreciated the various ways text can be added to the list item properties.
Appreciate your help,
Andy

by Andrew Peacock
Fri May 27, 2016 11:54 am
Forum: Issues
Topic: Angular list item template
Replies: 2
Views: 392
 
Jump to post

Angular list item template

Hi team, I've got a working list, but I'm trying to find out how to have a more template-based list item, eg a title in bold with a line of text underneath, for each list item. Is this possible via Appery? I was hoping I could drop UI components into the list item, but apparently not. Regards, Andy
by Andrew Peacock
Fri May 27, 2016 11:45 am
Forum: Issues
Topic: pushupdatedevice example?
Replies: 3
Views: 617
 
Jump to post

pushupdatedevice example?

Hi Galyna,
That's correct. I've added a column storing an string (actually, a JSON-formatted array of integers like this: [1,5,20,101], called "tag_ids". I'd like to update these, but can't figure out how to use the pushupdatedevice service to do this.
Regards,
Andy

by Andrew Peacock
Thu May 26, 2016 3:03 pm
Forum: Issues
Topic: pushupdatedevice example?
Replies: 3
Views: 617
 
Jump to post

pushupdatedevice example?

Hi,
I'm trying to update a custom field in devices, but failing. Can you provide some examples of how to do this please, using pushupdatedevice service if possible?

Regards,
Andy

by Andrew Peacock
Mon May 23, 2016 9:47 am
Forum: Issues
Topic: AUTO UPDATE Poor user Experience leading to multiple phone calls and bad reviews.
Replies: 49
Views: 7880
 
Jump to post

AUTO UPDATE Poor user Experience leading to multiple phone calls and bad reviews.

Hi Max, Is there any update for this? I'm getting ready for my app to launch, and the final piece of framework I need in place is a smooth update process. I don't want the personal pain of recompiling/republishing the updated binaries, but I can't have the black screen for 30 seconds that I get curr...
by Andrew Peacock
Tue Apr 05, 2016 9:29 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2332
 
Jump to post

AngularTranslate tutorial

Hi Mark,
Glad to have helped.
Andy

by Andrew Peacock
Tue Apr 05, 2016 3:34 pm
Forum: Issues
Topic: AngularTranslate tutorial
Replies: 17
Views: 2332
 
Jump to post

AngularTranslate tutorial

Dammit, I missed a line.Sorry!

code
$scope.setLanguage = function (languageCode) {
var $translate = Apperyio.get('$translate');
$translate.use(languageCode);
}
/code

Go to advanced search