Add floating soft keyboard input

This commit is contained in:
2017-09-09 14:38:03 +02:00
committed by MightyPork
parent d82c33d774
commit 7576cd859a
4 changed files with 56 additions and 10 deletions
+3 -3
View File
@@ -41,7 +41,9 @@
<h1><!-- Screen title gets loaded here by JS --></h1>
<div id="term-wrap">
<div id="screen" class="theme-%theme%"></div>
<div id="screen" class="theme-%theme%">
<textarea id="softkb-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
</div>
<div id="action-buttons">
<button data-n="1"></button><!--
@@ -52,8 +54,6 @@
</div>
</div>
<textarea id="softkb-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
<nav id="term-nav">
<a href="#" onclick="kbOpen(true);return false" class="mq-tablet-max"><i class="icn-keyboard"></i><span><?= tr('term_nav.keybd') ?></span></a><!--
--><a href="#" onclick="TermUpl.open();return false"><i class="icn-download"></i><span><?= tr('term_nav.upload') ?></span></a><!--