How can I open email and dial phonenumber with sencha ?
I tried links, but it try to open link in webview instead of default email client or dial number.
<a href="mailto:mail@mail.com" > Open email</a>
and
<a href="tel:123456" > Dial</a>
Thanks
Try using the following handler on your object (button, link, …) :