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

ASF GitHub Bot commented on CB-9088:
------------------------------------

GitHub user eymorale opened a pull request:

    https://github.com/apache/cordova-ios/pull/143

    CB-9088 sms urls won't open in iframe

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/eymorale/cordova-ios CB-9088

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/143.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #143
    
----
commit 5214bd78fbddb1f1a404356870d8205ca0a0e57e
Author: Edna Morales <[email protected]>
Date:   2015-05-28T12:50:33Z

    CB-9088 sms urls won't open in iframe

----


> IOS: SMS URLs not opening from iframe
> -------------------------------------
>
>                 Key: CB-9088
>                 URL: https://issues.apache.org/jira/browse/CB-9088
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 5.0.0
>            Reporter: Nathan Hazout
>            Priority: Minor
>              Labels: cordova-ios-4.0.x
>
> Create a simple application, with an iframe:
> index.html:
> <iframe src="iframe.html"></iframe>
>               <br/>
>       Outside frame:
>       <a href="sms:1-555-555-5348" target="_blank">contact me index</a>
> iframe.html:
> hello from iframe
> <a href="sms:1-555-555-5348" target="_blank">contact me iframe</a>
> Clicking from index.html correctly opens the SMS application.
> Clicking inside the iframe does not open it.
> Doing the sample thing in safari works fine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to