html5-fullscreen Questions
2
Solved
I recently programmed a menu interface for javascript that lets you dynamically add options to it and mostly works with mouseEnter Events . I thne added some basic video Controls to it with request...
Vignette asked 31/5, 2019 at 3:20
2
Is there a way to trigger fullscreen on iOS Safari (mobile web). Either fullscreen or full viewport would be great. Here is what I have tried below :
<video id="mobile_content">
<source...
Kilgore asked 5/3, 2015 at 22:9
3
I made a fullscreen toggle for a page with the script below, but I have a problem when the page fullscreen, it can't scroll down. I tried adding CSS overflow: scroll for fullscreen but nothing happ...
Pithos asked 18/7, 2018 at 16:12
3
Solved
I implemented a fullscreen toggling feature for my application and it is actually working fine, tested on newest Chrome, Firefox, IE and Opera. I have one method for activating and one for deactiva...
Promotive asked 13/4, 2017 at 12:39
1
Solved
I have webveiw (with fullscreen support) on the fragment.
The issue is when i close fullscreen the webview scrolls it position to top.
Noticed:
the issue appears only if apply FLAG_FULLSCREEN f...
Donal asked 1/3, 2020 at 8:2
1
Solved
no matter how I put elements in DOM as an overlay on html5 video (statically or dynamically), those elements in Firefox are not visible, although the z-index is set to 2147483647, opacity 1 and dis...
Highchair asked 21/8, 2017 at 13:20
1
I am creating a widget that I would like to go fullscreen once a button is clicked. I have implemented the fullscreen API and it works like a charm on all browsers. However, I am creating this widg...
Twoedged asked 22/6, 2017 at 16:38
3
Solved
I'm developing a cross platform app using cordova with an angular material front end.
I use HTML5 video tags in a list of md-cards to play videos with external urls. When inline the videos play co...
Refund asked 29/1, 2017 at 12:17
2
Solved
I'm working on a custom video player using the HTML5 video element and I'm having trouble getting the full screen button to work with the Fullscreen API.
When I click it, I get the error message:
...
Levasseur asked 25/1, 2017 at 4:43
0
Currently developing a Chrome packaged app. I have implemented a fullscreen feature. Long story short:
If the app was quitted/closed while it was fullscreen, the app window will launch in fullscre...
Quinate asked 18/5, 2016 at 9:54
1
Solved
I have a problem when use the HTML5 video tag and iconic.
Here is part of my template:
<ion-view>
<ion-content overflow-scroll="true" data-tap-disable="true">
<div class="list ca...
Gottfried asked 20/1, 2016 at 9:51
1
I want to make my HTML5 game go native fullscreen on launch. When I do this with a button onclick, it goes fullscreen. But when I use window.onload to make it go fullscreen onload, it replys ...
Helpless asked 18/9, 2015 at 2:23
1
© 2022 - 2024 — McMap. All rights reserved.