+1
Respuestas
Can I make a "call" button that autofills the phone app with a number?
Is there an action that will allow me to pass a phone number on to the phone app? I've seen it in multiple apps, but couldn't find anything in the documentation.
Servicio de atención al cliente por UserEcho
If you call an action that contains the load tag you can do this. What you will want to do is "load" like this:
<action>
<load url=”tel://816-555-5555”/>
</action>