forked from makepad/makepad.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakepad_js.html
23 lines (23 loc) · 1.02 KB
/
makepad_js.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<meta charset='utf8'/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta name='HandheldFriendly' content = 'true'>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white-translucent">
<meta name="format-detection" content="telephone=no">
<title>MakePad</title>
<style>
html{
touch-action: none;
-webkit-text-size-adjust:none;
}
</style>
<script type='text/javascript' src='inobounce.js'></script>
<script type='text/javascript' src='platform/web.js'></script>
</head>
<body style='margin:0;overflow:auto;-webkit-overflow-scrolling:touch;height:100%;-webkit-touch-action:none;touch-action:none;-ms-touch-action:none;user-select:none;background-color:#666969'>
<canvas class='makepad' main='/makepad.js' fullpage='true'></canvas>
</body>
</html>