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:[email protected]
*Steps to Reproduce*
# Create a brand new Phonegap project in Xcode
# Add {{<a href="mailto:[email protected]">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