VideoJS and Blackberry10 Full Screen Mode - html

HTML5 full-screen overlay is behind content text.
It appears that any content after the video is displayed, renders above the video on full-screen.
The blackberry developer tools were no help when trying to find the issue, or change z-indexes on various elements.
Is there a hook for html5 in blackberry that I can get to display above the content?
Is this a Blackberry bug or a VideoJS bug?

Related

youtube Iframe video not working on safari

When i Click on the full screen option in Safari, the video gets enlarged in half of the screen than full.
I have used basic iframe from youtube video. I used it in a custom website. What can be the issue here ? Kindly Please help me out.
This explains it https://tubularinsights.com/youtube-adds-iframe-embed-code-no-iphone/
and Making youtube.com/embed URLs work on iOS
also its is a duplicate to these two :
youtube embed video not working with safari
YouTube embed iframe not showing in Safari

Awkward bars on top right of HTML5 video in full screen/landscape mode in Chrome on Android OS

I am experiencing an issue in Chrome browser on Android operating systems, there are some bars that appear when the video is played in full screen mode on landscape. The bars are present on this video: https://www.w3schools.com/html/html5_video.asp and you may see a screenshot taken from a Samsung Galaxy S9 below.
Are these bars meant to be there? What is their purpose / what do they symbolize if so?
it is a (new) control that reacts to a tap/swipe to show the main Android navigation UI even when in full-screen (disappears along with the rest of the controls)
It appears via the shadow dom as video::-internal-media-controls-display-cutout-fullscreen-button in an element <input type="button" pseudo="-internal-media-controls-display-cutout-fullscreen-button" style=""> but it appears (similar to some other shadow dom elements) resistant to styling at the moment.
It's for those who have a notch. You have to tap it, and it will shift the video, so the notch won't disturb you when watching the video.

Chrome blurred text with video element

I'm developing a web app and in one of my pages I have a video element that shows the user's webcam video.
I noticed the page was a little blurry and then I was messing with the developer tools and deleted the video element and now the page was really sharp.
Images:
The first image is the slightly blurred page with the video element and the second one is the sharp one without video element.
The page looks fine on Firefox but not on Chrome.
Chrome version: 47.0.2526.106 m

iOS <video> preview in Chrome

On an iphone, videos that I'm loading through a element appear with the immovable iOS play button overlay.
When viewing the site in the Chrome browser, I'm able to see the first frame of each video behind the play button. In Safari for iOS, I only see the play button and the blank video player behind it.
I would like users to see the video preview in both browsers the way they can when using Chrome. How can I achieve this in iOS Safari?

iframe youtube always on top of other elements on mobile

I am using youtubes to embed my vidoes and have some elements that should appear on top o the video if clicked on.
This works perfectly on desktop browsers just not on mobiles themselves.
I have tried ?wmode=transparent to no avail.
Does anybody have any other tricks i can try?
See: HTML5 video: possible to place regular html content over video
Your issue may be similar i.e. quicktime player(ios) hijacking that area of the browser. The above link has a few hacks.