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
Hello,
Please look at this link:
https://getsatisfaction.com/apperyio/...
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.
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?
The Second one
On button click run the following code prewindow.location.href='tel:'+Appery('Input_name').val();/pre
Hello,
Is your input component name 'input_name'? In the method Appery("Input_name") you should specify its name.