spiegel-keyman/web/testing/android-harness/index.html
Marc Durdin 6315d61ad9 chore(web): note chrome mobile emulation req
For android-harness, it must run in Chrome mobile emulation.
2022-02-23 08:30:59 +11:00

42 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Set the viewport width to match phone and tablet device widths -->
<meta name="viewport" content="width=device-width,user-scalable=no" />
<!-- Allow KeymanWeb to be saved to the iPhone home screen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Enable IE9 Standards mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Keyman for Android web harness</title>
<link href="host.css" rel="stylesheet" />
</head>
<body>
<h1>Keyman for Android web harness</h1>
<p>Configuration: must run in Chrome in mobile emulation</p>
<p>
Sel Start: <input type="text" id="selStart" size="4">
Len: <input type="text" id="selLength" size="4">
<input type="button" id="selChange" value="update">
</p>
<p>
Selection: <span id="selection"></span>
</p>
<textarea cols="40" rows="5" id="ta"></textarea>
<iframe id="iframe"></iframe>
<script src="jquery.min.js"></script>
<script src="host.js"></script>
<h3><a href="../index.html">Return to testing home page</a></h3>
</body>
</html>