Hi,
When I use Titanium.Platform.openURL('tel:*9'+Number); in IPhone not Working !!
What is the problem ?
1 Answer
Accepted Answer
This is pretty clearly explained in the URLScheme Apple Doc - It says:
To prevent users from maliciously redirecting phone calls or changing the behavior of a phone or account, the Phone application supports most, but not all, of the special characters in the tel scheme. Specifically, if a URL contains the * or # characters, the Phone application does not attempt to dial the corresponding phone number.
Your Answer
Think you can help? Login to answer this question!