Search found 85 matches

Go to advanced search

by Pavel Zarudniy
Fri Jul 31, 2015 4:55 pm
Forum: Issues
Topic: Question about multiple queries
Replies: 1
Views: 411
 
Jump to post

Question about multiple queries

Hi alexandros.
Could you check are there any errors in console? This - http://devcenter.appery.io/documentat... should help.

by Pavel Zarudniy
Fri Jul 31, 2015 4:51 pm
Forum: Issues
Topic: Populate RESTservice JSON result into model local storage
Replies: 1
Views: 360
 
Jump to post

Populate RESTservice JSON result into model local storage

Hi David,
As i see yours models should looks like this -
Image

by Pavel Zarudniy
Fri Jul 31, 2015 4:07 pm
Forum: Issues
Topic: Selecting elements angular.js
Replies: 4
Views: 632
 
Jump to post

Selecting elements angular.js

Hi Matthew,
For style manipulating you need to add ng-style attribute with some variable.
And than through this variable you can change style for element
Doc that can help - https://docs.angularjs.org/api/ng/dir...

by Pavel Zarudniy
Thu Jul 30, 2015 8:56 pm
Forum: Issues
Topic: Invoking an external camera application as opposed to the native camera app.
Replies: 5
Views: 678
 
Jump to post

Invoking an external camera application as opposed to the native camera app.

Hi Karthik,
You can add phonegap plugin to call this app, for example - https://github.com/dmedvinsky/cordova...
How to add 3rd party plugins - https://devcenter.appery.io/documenta...

by Pavel Zarudniy
Thu Jul 30, 2015 8:56 pm
Forum: Issues
Topic: Store complaint(textbox) tied to location of user in Database
Replies: 1
Views: 359
 
Jump to post

Store complaint(textbox) tied to location of user in Database

Hi Tim,
Unfortunately it is not clear enough. Could you please provide more details, screen shots would also help.

by Pavel Zarudniy
Thu Jul 30, 2015 6:33 pm
Forum: Issues
Topic: Text Messaging App returns 'Bad Request'
Replies: 12
Views: 1846
 
Jump to post

Text Messaging App returns 'Bad Request'

Hi Hawk,
Please check that form fields correctly mapped to service.
Also could you please show all data from tab header(2nd screen, with scroll)

by Pavel Zarudniy
Thu Jul 30, 2015 3:58 pm
Forum: Issues
Topic: Using JS var as name of LSV in a .get Method
Replies: 2
Views: 564
 
Jump to post

Using JS var as name of LSV in a .get Method

Hi Jack,
Param to get function it is just string and you can concatenate it with variable.
For example:
code
var value = Apperyio.storage.selected_job.get("$['" + code + "']");
/code

by Pavel Zarudniy
Thu Jul 30, 2015 3:46 pm
Forum: Issues
Topic: Transfer variables to an appery.io app
Replies: 3
Views: 485
 
Jump to post

Transfer variables to an appery.io app

Hi Olivier,
To access url params from js try to use window.location - http://www.w3schools.com/js/js_window...

Go to advanced search