Search found 15 matches

Go to advanced search

by Erwin Will
Wed Aug 20, 2014 9:42 pm
Forum: Issues
Topic: How do I create a button for phone calls, make calls to numbers that come from the database.
Replies: 10
Views: 2936
 
Jump to post

How do I create a button for phone calls, make calls to numbers that come from the database.

The phone linking should be the same ios and android but I have not tested it. here is the phone link reference for ios https://developer.apple.com/library/i...

by Erwin Will
Tue Aug 19, 2014 10:21 pm
Forum: Issues
Topic: How do I create a button for phone calls, make calls to numbers that come from the database.
Replies: 10
Views: 2936
 
Jump to post

How do I create a button for phone calls, make calls to numbers that come from the database.

Use the link like Arina said. In your service create a local storage variable that the number is put into. So in your UI side create a button and put a click action on it that runs javascript. In your javascript put this code window.location.href='tel:'+ localStorage.getItem('WhatEverYourLocalStorag...
by Erwin Will
Sat Jul 19, 2014 3:14 am
Forum: Issues
Topic: Signup services
Replies: 5
Views: 1892
 
Jump to post

Signup services

just thought of this you could put the emails in local variables on the service where it is input it into the database you could use the js to check for the emails. If the emails are not the same return null. This will cause the signup service to fail because username cannot be null.

by Erwin Will
Sat Jul 19, 2014 3:09 am
Forum: Issues
Topic: Signup services
Replies: 5
Views: 1892
 
Jump to post

Signup services

I'm guessing you have signup service invoked on the signup button click. I'm thinking that the signup is going to be invoked no matter. You could checking the similarity while the user is entering data. I'm not sure what this code would look like on appery. But are you sure you need to validate the ...
by Erwin Will
Sat Jul 19, 2014 2:48 am
Forum: Issues
Topic: How to build an admin panel for a app?
Replies: 1
Views: 602
 
Jump to post

How to build an admin panel for a app?

why do you want to have the admin panel in the app? It might be easier to code a web page and use REST to connect to appery

by Erwin Will
Sat Jul 19, 2014 2:43 am
Forum: Issues
Topic: Signup services
Replies: 5
Views: 1892
 
Jump to post

Signup services

you could use javascript with an if statement (not actual code) if emailField1 == emailField2 invoke signup Service else alert("Your email does not match. Please enter matching emails")

by Erwin Will
Sun Jul 13, 2014 4:06 pm
Forum: Issues
Topic: Logout Service Problem
Replies: 5
Views: 1402
 
Jump to post

Logout Service Problem

How are you getting it to work? You are clicking the logout button on the panel right? I remade the service and remade the click event and it still does not work. I tested adding another button on my template to see if there was a problem with the list item I was using and that did not work either. ...
by Erwin Will
Sat Jul 12, 2014 3:24 pm
Forum: Issues
Topic: Logout Service Problem
Replies: 5
Views: 1402
 
Jump to post

Logout Service Problem

this is the working button https://d2r1vs3d9006ap.cloudfront.net/s3_images/1075746/workingBTN_inline.png?1405178508 This is the traffic for the working button https://d2r1vs3d9006ap.cloudfront.net/s3_images/1075747/trafficWorking_inline.PNG?1405178530 This is the non working button https://d2r1vs3d9...
by Erwin Will
Sat Jul 12, 2014 4:48 am
Forum: Issues
Topic: Logout Service Problem
Replies: 5
Views: 1402
 
Jump to post

Logout Service Problem

I have a problem with my logout service where in if I click the logout button that is from my page template the service will not fire. I placed another button on a normal page (not a template) and tied it to the logout service and it worked as it should. I have checked the code between the two butto...
by Erwin Will
Mon Jun 09, 2014 1:16 am
Forum: Issues
Topic: Can't Save
Replies: 5
Views: 2160
 
Jump to post

Can't Save

tried that, did not work. Sent an email.

Go to advanced search