Search found 143 matches

Go to advanced search

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

Auto update via Phonegap CLI build

Hi, I've had to resort to exporting the HTML/JS/CSS from Appery, and building via Phonegap CLI, due to some Cordova plugins breaking the build process every time when built via Appery. However, I've been testing the auto-update feature, and this doesn't seem to work. Is auto-update dependent on bein...
by Andrew Peacock
Wed Feb 17, 2016 9:04 am
Forum: Issues
Topic: Settings service storage
Replies: 4
Views: 441
 
Jump to post

Settings service storage

Ah, ok, thanks Sergiy. I'll use the AppPreferences cordova plugin instead, as I need to save changes permanently.

Regards,
And

by Andrew Peacock
Tue Feb 16, 2016 5:25 pm
Forum: Issues
Topic: 404 error on secure proxy
Replies: 1
Views: 274
 
Jump to post

404 error on secure proxy

Hi, I'm getting a 404 error on a simple request via a secure proxy. The request works OK when testing via the webbrowser, but on Genymotion generates the 404. I'm debugging via GapDebug, and have included the request details and response attached. I've tried replicating the request via PostMAn in my...
by Andrew Peacock
Tue Feb 16, 2016 11:24 am
Forum: Issues
Topic: Search function
Replies: 1
Views: 411
 
Jump to post

Search function

Hi, it would be great to have a search function to search all the js code in a project's custom code. At the moment , with multiple pages, JS files, scope functions etc, it's a right pain to find things.

by Andrew Peacock
Mon Feb 15, 2016 9:53 am
Forum: Issues
Topic: Settings service storage
Replies: 4
Views: 441
 
Jump to post

Settings service storage

Hi Sergiy,
Thanks for clarifying. That's what confused me - currently I'm testing this in the standard test more in the browser. However, once the app is compiled to an APK file, if I use Apperyio.Config.add(), does that mean the constants.js file changes on the mobile device?
Regards,
Andy

by Andrew Peacock
Sat Feb 13, 2016 10:49 am
Forum: Issues
Topic: Settings service storage
Replies: 4
Views: 441
 
Jump to post

Settings service storage

Just a quick one: where are the values for settings services stored (in an Angular app). I can't see them in localstorage, so I guess not there.

Regards,
Andy

by Andrew Peacock
Sat Feb 13, 2016 10:48 am
Forum: Issues
Topic: get settings service value into Angular filter
Replies: 3
Views: 428
 
Jump to post

get settings service value into Angular filter

One more hint: in the example above,

tag_id = Apperyio.Config.get("filter_tag_id", -1);

returns a string, not an integer, even though the initial Config.set was an integer

Remember to parseInt(tag_id) if you need an integer.

Andy

by Andrew Peacock
Sat Feb 13, 2016 10:38 am
Forum: Issues
Topic: get settings service value into Angular filter
Replies: 3
Views: 428
 
Jump to post

get settings service value into Angular filter

Wow, that was painful, but I got there eventually. Change the final return value to: code return [{ /* type of angular resource / name: 'filterNotificationsByTag', / name for angular resource / type: 'filter', / angular dependency injection array */ deps: ['Apperyio', func] }]; /code then within the...
by Andrew Peacock
Sat Feb 13, 2016 9:10 am
Forum: Issues
Topic: Google play services
Replies: 9
Views: 1241
 
Jump to post

Google play services

Hi Max, as mentioned aboved, there isn't (as far as I know) a 3rd party plugin for Google Play Services, but there are quite a few plugins that depend on it.

Even a tutorial on how to get the Google Play Services added via source-code changes would be good.

Andy

by Andrew Peacock
Sat Feb 13, 2016 12:56 am
Forum: Issues
Topic: get settings service value into Angular filter
Replies: 3
Views: 428
 
Jump to post

get settings service value into Angular filter

Hi, I'm stuck on passing a value between pages: The app consists of an index page with a side menu. The side menu contains a list based of an ng-repeat for this array: [{tag_id:1, text:"This tag"}, {tag_id:2, text:"That tag"}] tag_id is the important variable that needs to be ret...

Go to advanced search