Abrir Discador Telefonico - Forum

Forum Navigation
You need to log in to create posts and topics.

Abrir Discador Telefonico

hOla, mi pregunta es si desde una aplicacion que corre en el movil se puede abrir el discador telefonico al presionar un boton ya con un numero pre cargado listo para discar

Saludos @gustavo1973

Pon en el evento click del botón // Put this on button click event

BeginJS
var phone = '+13473351626';
window.location.href = 'tel:' + phone;
EndJS

or

SetVar [phone] "1234567"
BeginJS
window.location.href = 'tel:' + $App.phone;
EndJS

I don't know if there is already a command to do this, if not, maybe @luishp can add a new action 'CallToNumber' or whatever.

luishp and Vadim have reacted to this post.
luishpVadim

Funciona de maravillas de ambas maneras, muy practico y util, gracias