You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Commented) (JIRA)" <ji...@apache.org> on 2012/02/06 23:04:59 UTC

[jira] [Commented] (CB-235) mailto links not working

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

Shazron Abdullah commented on CB-235:
-------------------------------------

This works as expected for the iOS Simulator since it has no mailto handler (ie the Mail app).
mailto will work on an iOS device (I verified this again) since Mail.app exists.

                
> mailto links not working
> ------------------------
>
>                 Key: CB-235
>                 URL: https://issues.apache.org/jira/browse/CB-235
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.3.0
>            Reporter: Jeremy Martin
>            Assignee: Shazron Abdullah
>
> Links with the _mailto_ scheme seem to have stopped being handled appropriately.  This bug is observed when a user clicks on a link with a "mailto" URL scheme in the href value.
> *Expected Result*
> The device's default e-mail client opens.
> *Actual Result*
> Nothing happens within the user interface. Xcode shows the following message in the console:
> PhoneGapDelegate::shouldStartLoadWithRequest: Received Unhandled URL mailto:someone@example.com
> *Steps to Reproduce*
> # Create a brand new Phonegap project in Xcode
> # Add {{<a href="mailto:someone@example.com">test</a>}} somewhere within index.html
> # Start the iOS simulator, click the mailto link

--
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