Questions tagged [html5-fullscreen]

The feature of the HTML5 Javascript API that allows for a document element to be displayed fullscreen.

149 questions
2
votes
0 answers

Elements coming on top with safari webkit fullscreen api

Using native fullscreen API for toggling fullscreen on safari MacOS and facing this issue, where the element that is supposed to go to full screen has other elements on top. I have tried playing around with z-index with elements coming on top but…
Sidharth
  • 77
  • 2
  • 10
2
votes
0 answers

Is it possible to show HTML elements that are outside of a fullscreened div in front of the fullscreened div?

I know how to overlay HTML elements that are within the div being made fullscreen, using z-index where needed. For example, this works fine:
Hi
However I have…
Ben Holness
  • 2,457
  • 3
  • 28
  • 49
2
votes
1 answer

Allow alerts to happen when in full screen html?

I have a website, and theres an option in it to make it full screen. Here's the code to make it full screen: