Change type of keyboardinput to password to make sure that you can write parenthesis on iOS devices.
This commit is contained in:
parent
b98fed2f69
commit
74d3d75a4a
2
vnc.html
2
vnc.html
|
@ -64,7 +64,7 @@
|
||||||
<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="email" id="keyboardinput" autocapitalize="off"
|
<input type="password" id="keyboardinput" autocapitalize="off"
|
||||||
autocorrect="off" autocomplete="off" spellcheck="false">
|
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"
|
||||||
|
|
Loading…
Reference in New Issue