Change type of keyboardinput to password to make sure that you can write parenthesis on iOS devices.

This commit is contained in:
samhed 2014-04-04 17:36:17 +02:00
parent b98fed2f69
commit 74d3d75a4a
1 changed files with 1 additions and 1 deletions

View File

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