Dzenan created CB-5812:
--------------------------
Summary: 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.3.0, 3.1.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)