Commit 74d3d75a authored by samhed's avatar samhed

Change type of keyboardinput to password to make sure that you can write...

Change type of keyboardinput to password to make sure that you can write parenthesis on iOS devices.
parent b98fed2f
...@@ -64,7 +64,7 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment