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

Paul Cervenka commented on CB-2088:
-----------------------------------

the code is similar to your's
{code:title=ChildBrowser}
var url = "video.m4v";
window.cordova.exec(onEvent, onError, "ChildBrowser", "showWebPage", [url, 
options]);
{code}
{code:title=inAppBrowser}
var url = "video.m4v";
window.open(url, '_blank')
{code}

When the video is displayed - all works as expected. but when you use the 
"fullscreen" function from the control-bar, the video disappears in the 
inAppBrowser.

We're using only MP4 videos, because safari supports only MP4 
(http://www.w3schools.com/html/html5_video.asp). I expect the UIWebView 
supports the same. 
                
> inAppBrowser - view a video file in fullscreen mode
> ---------------------------------------------------
>
>                 Key: CB-2088
>                 URL: https://issues.apache.org/jira/browse/CB-2088
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.3.0
>            Reporter: Paul Cervenka
>            Assignee: Shazron Abdullah
>
> open a video file with inAppBrowser and select it to view in fullscreen mode: 
> an empty inAppBrowser is now visible (and no video).
> tested on iPad iOS6 simulator & device with Cordova 2.3.0-RC2

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to