You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2014/01/20 17:10:20 UTC

[jira] [Resolved] (CB-5812) inAppBrowser unable to play HTML5 videos

     [ https://issues.apache.org/jira/browse/CB-5812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-5812.
----------------------------

    Resolution: Cannot Reproduce

I can't reproduce the issue on Mobile-Spec.  We have a specific test for our InAppBrowser.  Please don't re-open this issue:

https://github.com/apache/cordova-mobile-spec

> inAppBrowser unable to play HTML5 videos
> ----------------------------------------
>
>                 Key: CB-5812
>                 URL: https://issues.apache.org/jira/browse/CB-5812
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin InAppBrowser
>    Affects Versions: 3.1.0, 3.3.0
>         Environment: Android
>            Reporter: Dzenan
>
> inAppBrowser is unable to open websites with HTML5 videos. 
> Example, 
> window.open("https://mvid.mymovies.net/?fid=13061&mid=9599&typ=trl&partner=SHOWCASE&spd=320&ext=MP4", '_blank');
> This code opens inAppBrowser and only blank page is visible, if we use '_system' instead of '_blank' than everything seems ok.
> I tried to find what is causing this behavior and manually inserted code for video element using executeScript function. 
> Using this approach HTML5 video was rendered but fullscreen functionality  was broken.
> It appears that webkitRequestFullscreen is causing these issues with inAppBrowser.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)