Unanswered: Sencha Touch: Problem with dialing phone number from sencha application
Unanswered: Sencha Touch: Problem with dialing phone number from sencha application
We created a telephone directory sencha touch mobile application for our company. We have a requirement to dial a employee by tapping the phone number in the employee details screen which should trigger dialing the phone. To achieve the same we used the code highlighed in green color which works in iOS and Andorid Icecream (Tested in older version of Samsung) but failing in Jellybean OS. Can someone help us how to overcome this or what is the best way to make it work in all the devices.
Thanks for your reply. We tried both. window.location = "callto:[phoneNumber]"; and window.location = "tel:[phoneNumber]"; . No luck with that. Is there any other way we can sort it out? Thanks!