You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "mcfedr (Commented) (JIRA)" <ji...@apache.org> on 2011/11/29 12:43:40 UTC

[jira] [Commented] (CB-33) tel links dont work

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

mcfedr commented on CB-33:
--------------------------

ok, sorry, seems i was a bit quick to report this, proper investigation has found this to be a more general problem with using tel links, that there doesn't appear to be a way to do it from javascript.

a regular <a href="tel:123456">call</a> works just fine. 

but neither window.location = "tel:123456" or window.open so one cannot do it from javascript.

so this is less of an issue, and what the quoted plugin solves, I think it would be nice to have this built into callback and across all platforms, i don't know what this situation is for other platforms as i have limited access.
                
> 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