Aim to disable text suggestions and the like

This commit is contained in:
samhed 2014-04-04 17:28:44 +02:00
parent df0ee70e36
commit b98fed2f69
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
<input type="image" alt="Keyboard" src="images/keyboard.png" <input type="image" alt="Keyboard" src="images/keyboard.png"
id="showKeyboard" class="noVNC_status_button" id="showKeyboard" class="noVNC_status_button"
value="Keyboard" title="Show Keyboard"/> value="Keyboard" title="Show Keyboard"/>
<input type="text" autocapitalize="off" autocorrect="off" <input type="email" id="keyboardinput" autocapitalize="off"
id="keyboardinput" class="" value="&nbsp;"/> autocorrect="off" autocomplete="off" spellcheck="false">
<div id="noVNC_extra_keys"> <div id="noVNC_extra_keys">
<input type="image" alt="Extra keys" src="images/showextrakeys.png" <input type="image" alt="Extra keys" src="images/showextrakeys.png"
id="showExtraKeysButton" class="noVNC_status_button"> id="showExtraKeysButton" class="noVNC_status_button">