Search found 9 matches

Go to advanced search

by Chris6995508
Fri Sep 05, 2014 4:08 pm
Forum: Issues
Topic: Display total number of items from database.
Replies: 2
Views: 400
 
Jump to post

Display total number of items from database.

Perfect! Thanks a lot.

by Chris6995508
Fri Sep 05, 2014 3:22 pm
Forum: Issues
Topic: Display total number of items from database.
Replies: 2
Views: 400
 
Jump to post

Display total number of items from database.

Is there a way to query the database and return the total number of items matched to the query then display that number as a label probably by saving it to a local storage variable and then setting that label to the variable. For example I search bikes and there are a total of 101 bikes I want to di...
by Chris6995508
Mon Jul 21, 2014 8:52 pm
Forum: Issues
Topic: Multiple items in where clause for query
Replies: 0
Views: 463
 
Jump to post

Multiple items in where clause for query

Had a quick question on how to go about adding multiple where clauses to a query. I am getting an error. The code is below. Is there a better way to do this? And also how would I go about sorting? Thanks var isbn; var school; var where; isbn = localStorage.getItem('findISBN'); school = localStorage....
by Chris6995508
Mon Jul 21, 2014 4:25 pm
Forum: Issues
Topic: Having issue with Rest service. Google returning error.
Replies: 8
Views: 910
 
Jump to post

Having issue with Rest service. Google returning error.

I got the issue resolved. I redid the binary for the phone and it works running on the device. The isbndb link adds a parameter at the end for the isbn . Thanks for your help.

by Chris6995508
Sun Jul 20, 2014 9:47 pm
Forum: Issues
Topic: Cross Domain Issue.
Replies: 1
Views: 313
 
Jump to post

Cross Domain Issue.

Having issue with cross domain. How do I work around this issue. I tried to export as a binary file and test the application on my phone however that does not work. I also could not get proxy to accept a parameter in the proxy-url

by Chris6995508
Sun Jul 20, 2014 8:31 pm
Forum: Issues
Topic: Having issue with Rest service. Google returning error.
Replies: 8
Views: 910
 
Jump to post

Having issue with Rest service. Google returning error.

I exported the project as an android binary and installed it onto my phone. It still will not connect to isbndb.

by Chris6995508
Sun Jul 20, 2014 2:59 pm
Forum: Issues
Topic: Having issue with Rest service. Google returning error.
Replies: 8
Views: 910
 
Jump to post

Having issue with Rest service. Google returning error.

It would be a mobile web app that is hosted on a custom domain and the DNS points to the Appery.io servers. Would this work? Or will we have to export it as android/ios app and go that way?

by Chris6995508
Sun Jul 20, 2014 2:48 pm
Forum: Issues
Topic: Having issue with Rest service. Google returning error.
Replies: 8
Views: 910
 
Jump to post

Having issue with Rest service. Google returning error.

I created the service and tested the request and it was successful and gave me the correct response. It is when I run the mobile test in chrome that I am getting the error,.How would I know if the access control is allowed on isbndb? I remember reading somewhere that it is because it is a cross doma...
by Chris6995508
Sun Jul 20, 2014 7:09 am
Forum: Issues
Topic: Having issue with Rest service. Google returning error.
Replies: 8
Views: 910
 
Jump to post

Having issue with Rest service. Google returning error.

OPTIONS http://isbndb.com/api/v2/json/UNB0Z8M... 404 (Not Found) jquery-1.9.1.js:8526 send jquery-1.9.1.js:8526 jQuery.extend.ajax jquery-1.9.1.js:7978 Apperyio.RestService.$a.createClass.process appery.js:1648 Apperyio.DataSource.$a.createClass.execute appery.js:1531 $.off.on.click VM6917:207 jQuer...

Go to advanced search