Skip to content

Commit cd91313

Browse files
author
Géry Casiez
committedMay 18, 2024·
Full screen window
1 parent 1748ea8 commit cd91313

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎src/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<head>
44
<title>TurboTouch predictor interactive demo</title>
55
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="apple-mobile-web-app-capable" content="yes">
69
<link rel="stylesheet" href="style.css" />
710
<script src="main.js"></script>
811
</head>

‎src/webgl.html

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
<head>
44
<title>TurboTouch predictor interactive demo</title>
55
<meta charset="utf-8">
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9+
<meta name="apple-mobile-web-app-capable" content="yes">
610
<link rel="stylesheet" href="style.css" />
711
<script src="mainwebgl.js"></script>
812
</head>

0 commit comments

Comments
 (0)
Please sign in to comment.