-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-mobile.html
21 lines (18 loc) · 919 Bytes
/
test-mobile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script src="https://cdn.jsdelivr.net/gh/pod-o-mart/[email protected]/keyboard.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pod-o-mart/[email protected]/keyboard.css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/pod-o-mart/[email protected]/keyboard-touch.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/pod-o-mart/[email protected]/keyboard-touch.css"/>
</head>
<body>
<h1>vki test page</h1>
<h2><em>With</em> mobile support (experimental)</h2>
<textarea class="keyboardInput" data-disable-touch-keyboard=""></textarea>
<input type="text" class="keyboardInput" data-disable-touch-keyboard="">
</body>
</html>