Search found 5 matches

Go to advanced search

by Jiber X
Tue Oct 13, 2015 6:05 pm
Forum: Issues
Topic: Bring users back to app after using native dialer
Replies: 3
Views: 297
 
Jump to post

Bring users back to app after using native dialer

I’m trying to create an in app click to call feature for an in app contact list. Currently: User clicks button in Appery app to make a call. Javascript: window.open(("tel:" + $(this).text()), '_system'); The native dialer is launched and the user can make a call outside of the Appery app. ...
by Jiber X
Mon Oct 12, 2015 4:29 am
Forum: Issues
Topic: Bring users back to app after using native dialer
Replies: 3
Views: 297
 
Jump to post

Bring users back to app after using native dialer

How do you bring users back to the app after they launch the native dialer and end the call? Thanks.

For example:

Run JavaScript:

window.open(("tel:" + $(this).text()), '_system');

Then:?

by Jiber X
Mon Aug 03, 2015 12:49 am
Forum: Issues
Topic: The clickable list only displays 100 rows of the database collection that contains 220 rows.
Replies: 4
Views: 259
 
Jump to post

The clickable list only displays 100 rows of the database collection that contains 220 rows.

Is the default limit setting set to 100 objects? How do I increase the limit from 100 objects to 1500?

by Jiber X
Sun Aug 02, 2015 6:14 am
Forum: Issues
Topic: The clickable list only displays 100 rows of the database collection that contains 220 rows.
Replies: 4
Views: 259
 
Jump to post

The clickable list only displays 100 rows of the database collection that contains 220 rows.

Reference: Building an App with a Clickable List Using Model and Storage.

Question: How can I display all 220 rows of the database collection in the clickable list?

Go to advanced search