spiegel-keyman/web/samples/index.html
2017-09-25 08:27:31 +07:00

37 lines
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Set the viewport width to match iOS device widths -->
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" /> -->
<meta name="viewport" content="width=device-width,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Enable IE9 Standards mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>KeymanWeb Testing</title>
<style type='text/css'>
body {padding-left:20px;margin-left:12px; font-family:Tahoma,Helvetica}
h1 {color: #800;margin-left:10px;}
h2 {color: #008;margin-left:20px;}
</style>
</head>
<body>
<h1>KeymanWeb 2 Testing</h1>
<h2><a href="./uncompiled.html">Test uncompiled Keymanweb</a></h2>
<h2><a href="./compiled.html">Test fully compiled Keymanweb</a></h2>
<h2><a href="./multilingual.html">Full multilingual (compiled) Keymanweb</a></h2>
<h2><a href="./issue-29.html">Uncompiled Keymanweb - test desktop MutationObserver functionality</a></h2>
<h2><a href="./issue-62.html">Uncompiled Keymanweb - light test for touch-based MutationObserver functionality</a></h2>
<h2><a href="./issue-63.html">Uncompiled Keymanweb - test/stress-test touch-based MutationObserver functionality</a></h2>
<h2><a href="./keyboard-errors/uncompiled - error test.html">Uncompiled KeymanWeb - tests keyboard error-handling functionality</a></h2>
<h2><a href="./attachment-api/index.html?mode=auto">Uncompiled KeymanWeb - tests the new Attachment/Enablement API functionality</a><h2>
<h2><a href="./chirality/index.html">Uncompiled KeymanWeb - chirality testing</a><h2>
<h1>Issue Testing</h1>
<h2><a href="./issue-115.html">Long-press on numeric and symbolic layer testing</a></h2>
<h2><a href="./issue-116.html">Next-layer processing testing</a></h2>
<h2><a href="./issue-160.html">Uxxxx code testing</a></h2>
</body>
</html>