Search found 19 matches

Go to advanced search

by Kieran Keene
Fri Jun 27, 2014 12:44 pm
Forum: Issues
Topic: Device BackButton Work only on Appery.io Tester ??
Replies: 17
Views: 2413
 
Jump to post

Device BackButton Work only on Appery.io Tester ??

Hello -

Where would the below code go? I can't seem to find a back button event?

function getConfirmation(){
var retVal = confirm("Do you want to Exit the Program ?");
if( retVal == true ){
navigator.app.exitApp();
}else{
return false;
}
}

by Kieran Keene
Fri Jun 27, 2014 12:42 pm
Forum: Issues
Topic: Back Button (Android - Nexus 4)? how to control?
Replies: 6
Views: 1148
 
Jump to post

Back Button (Android - Nexus 4)? how to control?

hello -

Where will this JS go?

Is this on page load?

by Kieran Keene
Fri Jun 20, 2014 3:40 pm
Forum: Issues
Topic: API Request Issues
Replies: 4
Views: 553
 
Jump to post

API Request Issues

So I want to always invoke a service for every API.

For each API, the service should send different requests.

Are you suggesting that I create 2 services for each API ??

Service 1:
Job Type : Full Time

Service2:
Job Type: Part Time

by Kieran Keene
Fri Jun 20, 2014 3:36 pm
Forum: Issues
Topic: API Request Issues
Replies: 4
Views: 553
 
Jump to post

API Request Issues

hi -

No i only have one service for each API. So, if I replicate the service, how can I add in the condition?

by Kieran Keene
Fri Jun 20, 2014 1:57 pm
Forum: Issues
Topic: API Request Issues
Replies: 4
Views: 553
 
Jump to post

API Request Issues

Hi there, I am using a form to search multiple API's. One of the form fields is "Job Type". Each API has a different list of "accepted" requests. How can I handle making the same request to multiple API's, when, they may require a different input? Can I set the value of the drop ...
by Kieran Keene
Thu Jun 19, 2014 8:04 am
Forum: Issues
Topic: API Issue
Replies: 7
Views: 790
 
Jump to post

API Issue

I have now done this, and still the same error,

NAME Authorization
VALUE Basic b164f851-5f34-46eb-ab0a-d0fda45acb84=

I have tried this previously also, but with no luck.

Can you help?

by Kieran Keene
Wed Jun 18, 2014 12:43 pm
Forum: Issues
Topic: API Issue
Replies: 7
Views: 790
 
Jump to post

API Issue

Im not sure if I am supposed to comment or put a new message - but here is both I have looked on the link and am still a little confused, I altered my param to: NAME - Authorization VALUE - username b164f851-5f34-46eb-ab0a-d0fda45acb84 = NAME - Password VALUE - Can you let me know what I am doing wr...
by Kieran Keene
Wed Jun 18, 2014 10:31 am
Forum: Issues
Topic: API Issue
Replies: 7
Views: 790
 
Jump to post

API Issue

oh and i have password as a separate param as empty

by Kieran Keene
Wed Jun 18, 2014 10:30 am
Forum: Issues
Topic: API Issue
Replies: 7
Views: 790
 
Jump to post

API Issue

I have looked on the link and am still a little confused, I altered my param to:

NAME - Authorization
VALUE - username b164f851-5f34-46eb-ab0a-d0fda45acb84 =

Can you let me know what I am doing wrong?

by Kieran Keene
Wed Jun 18, 2014 9:47 am
Forum: Issues
Topic: API Issue
Replies: 7
Views: 790
 
Jump to post

API Issue

Hi - Im using the Reed jobs API and am making the request: http://www.reed.co.uk/api/1.0/search?... I have put my API key as a request parameter called username & set it as a header. I get the below error, can anyone advise? "status":"502 ", "url":" http://www....

Go to advanced search