We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0ae29 commit 3bef609Copy full SHA for 3bef609
edge_fullscreen_margin.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+ <meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
8
+ <title>requestFullscreen issue</title>
9
+</head>
10
11
+<body>
12
+<div id="fullscreen">
13
+ <h1>requestFullscreen issue</h1>
14
+ <p>Click the button to request fullscreen.</p>
15
+ <button onclick="document.documentElement.requestFullscreen()">Request fullscreen</button>
16
+</div>
17
+</body>
0 commit comments