[ 
https://issues.apache.org/jira/browse/CB-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161253#comment-13161253
 ] 

Becky Gibson commented on CB-33:
--------------------------------

I tested on an iPhone4S running iOS5 and a 3G running 4.2.1 and I can initiate 
a phone call via the following:

<div><button onclick="window.location='tel:19783996101';">Call Office 
(location)</button></div>
<div><a href="tel:9783996101">Call Office (link)</a></div>
<div><button onclick="window.open('tel:19783996101');">Call Office 
(open)</button></div>

provided a remove the check for "tel" as described above.  This code was added 
on Aug. 30 to fix issue #263
(https://github.com/callback/callback-ios/commit/5ebba48462858e3bdef6a08a120e9213e1fe6662#PhoneGapLib/Classes/PhoneGapDelegate.m)

Unfortunately, the issues in phonegap/phonegap-iphone are turned off so I can't 
see what problem this code addressed.   Shaz, do you have any recollection of 
the problem?  I tried doing a search to see if there was a change in behavior 
with the iOS 5 SDK but didn't find anything.

                
> tel links dont work
> -------------------
>
>                 Key: CB-33
>                 URL: https://issues.apache.org/jira/browse/CB-33
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/callback/callback-ios/issues/29
> possibly this happened since ios5,
> currently i have this plugin which allows me to make tel links, 
> https://github.com/mcfedr/PhoneGap-ios-PhoneDialer, but there is still the 
> underlying issue which i think might be because of something phonegap does.
> a simple phone does nothing and we get an error in the console.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to