Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
cordova-ios@4.3.1
Description
I have a video element playing in the background (loop).
I used the AllowInlineMediaPlayback in my config.xml and added the webkit-playsinline in the video html tag.
This works as expected, but when I call an InAppBrowser (facebook login page) it breaks the background video playback. The video pops from the background covering the app.
This only happens when a InAppBrowser is called.
<video id="bgvideo" preload="auto" playsinline autoplay muted loop class="bg-vid">