-
5 Apr 2012 1:25 AM #1
Answered: Open email and dial phone number
Answered: Open email and dial phone number
Hi folks, 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.
andCode:<a href="mailto:mail@mail.com" > Open email</a>
Code:<a href="tel:123456" > Dial</a>
Thanks
-
Best Answer Posted by vandzi
I used phonegap 1.5.0 instead of sencha packing and links work without any other workaround.
-
5 Apr 2012 1:57 AM #2
Dialing:
http://www.sencha.com/forum/showthre...onegap-on-iOS5
http://www.sencha.com/forum/showthre...rom-form-panel
Mitchell Simoens: "We are working on allowing tapping on such links. This is our bad and we are working to fix it ASAP!"
Is tapping a phone number possible? (If not use a button!)
Dialing will need phonegap as shown in this nice blog post:
http://rickluna.com/wp/2012/02/makin...droid-and-ios/
-
5 Apr 2012 4:02 AM #3
I used phonegap 1.5.0 instead of sencha packing and links work without any other workaround.


Reply With Quote