Search found 18 matches

Go to advanced search

by David7661654
Wed Jul 29, 2015 8:24 am
Forum: Issues
Topic: using contacts service to perform an action on a number
Replies: 6
Views: 937
 
Jump to post

using contacts service to perform an action on a number

OK. I sorted it out.

It seems that the mapping to storage doesn't actually populate the data into the variable and the "Set storage variable" action is required:
Image

by David7661654
Wed Jul 29, 2015 6:59 am
Forum: Issues
Topic: READ_CALL_LOG
Replies: 1
Views: 408
 
Jump to post

READ_CALL_LOG

Hello,

I enabled this permission in the android permissions settings of the app, but is this feature supported by appery.io?

If yes, how can I load the call log and use the numbers?

Regards,

David

by David7661654
Wed Jul 29, 2015 5:19 am
Forum: Issues
Topic: using contacts service to perform an action on a number
Replies: 6
Views: 937
 
Jump to post

using contacts service to perform an action on a number

In the weinre console I see this message: ContactsService can't process request because navigator.contacts is undefined. The problem with testing the app on the browser is that there's no contacts list that we can use during the testing (is there??) and building an apk and using it on the phone does...
by David7661654
Tue Jul 28, 2015 10:51 pm
Forum: Issues
Topic: settings page on 1st use
Replies: 7
Views: 1200
 
Jump to post

settings page on 1st use

Hi Bob, Thanks a lot for taking the time to help me out here. I set in the load event of my "App settings Start page" the following JS (based on your suggested code): codeif (localStorage.getItem("username") === null || localStorage.getItem("password") =...
by David7661654
Tue Jul 28, 2015 10:41 pm
Forum: Issues
Topic: using contacts service to perform an action on a number
Replies: 6
Views: 937
 
Jump to post

using contacts service to perform an action on a number

Hi Ilya, Thank you for responding to my post. I'm afraid I don't understand what you mean. As you can see herein, these are the events I set on the top yellow call button (the mapping I sent previously is the 1st event): https://d2r1vs3d9006ap.cloudfront.net/s3_images/1246089/call_contact_inline.png...
by David7661654
Tue Jul 28, 2015 1:33 pm
Forum: Issues
Topic: using contacts service to perform an action on a number
Replies: 6
Views: 937
 
Jump to post

using contacts service to perform an action on a number

Hi Evgene,

Yes.

I click on the button next to the specific name/number that I want to call:
Image

Do I inject the debug JS during the mapping, the button click, the page load...?

Regards,

David

by David7661654
Mon Jul 27, 2015 8:01 am
Forum: Issues
Topic: Populate RESTservice JSON result into model local storage
Replies: 1
Views: 588
 
Jump to post

Populate RESTservice JSON result into model local storage

Hello, I have a web-service that returns a user's allowed groups, where each group contains the group id, the group name and the relevant services linked to that group. The services themselves contain their ids and their names. Each user can have a different number of groups and each group can have ...
by David7661654
Mon Jul 27, 2015 7:31 am
Forum: Issues
Topic: using contacts service to perform an action on a number
Replies: 6
Views: 937
 
Jump to post

using contacts service to perform an action on a number

Hello, I followed this tutorial to use a filter to display the contacts names and phones: https://devcenter.appery.io/tutorials... I'm trying to press the button next to each result in order to push the phone number into a sessionStorage variable, but although I mapped it, it is not entered. When I ...
by David7661654
Mon Jul 27, 2015 12:40 am
Forum: Issues
Topic: using a local storage variable in javascript
Replies: 4
Views: 1035
 
Jump to post

using a local storage variable in javascript

My bad.

I actually stored destination as a session storage, so to retrieve it in JS, I should have used

codealert(sessionStorage.getItem('destination'));/code

by David7661654
Sun Jul 26, 2015 11:53 pm
Forum: Issues
Topic: using a local storage variable in javascript
Replies: 4
Views: 1035
 
Jump to post

using a local storage variable in javascript

This doesn't work, either:

var dest = Apperyio.storage.storageVariable.get("$['destination']");
alert(dest);

Go to advanced search