Page 1 of 1

Phone Dialer

Posted: Tue Mar 11, 2014 6:52 pm
by Kim

How do I pull up a key pad to dial a number. I know how to do predefine number I want the javascript so I can dial any number.

Please & Thank You

Like this

Image


Phone Dialer

Posted: Tue Mar 11, 2014 7:20 pm
by Nikita

Hello,

Please look at this link:
https://getsatisfaction.com/apperyio/...


Phone Dialer

Posted: Tue Mar 11, 2014 7:25 pm
by Kim

That is not at all what I wanted I know how to do a predefined number I want a way to pull up a keypad. Sending me to multiple links is not an answer.


Phone Dialer

Posted: Wed Mar 12, 2014 2:09 pm
by Maryna Brodina

Hello!
Could you clarify do you need exactly the same keypad as shown on your screenshot so it appears and you can call any number? Or you just need to enter any number (let's say in Input) and make a call?


Phone Dialer

Posted: Wed Mar 12, 2014 2:21 pm
by Kim

The Second one


Phone Dialer

Posted: Wed Mar 12, 2014 2:51 pm
by Maryna Brodina

On button click run the following code prewindow.location.href='tel:'+Appery('Input_name').val();/pre


Phone Dialer

Posted: Wed Mar 12, 2014 3:55 pm
by Kim

I get this response

Image


Phone Dialer

Posted: Wed Mar 12, 2014 6:34 pm
by Nikita

Hello,

Is your input component name 'input_name'? In the method Appery("Input_name") you should specify its name.