Commit 8f4a291b authored by samhed's avatar samhed

Updated the comment in vnc.html to reflect the changes made in last commit.

parent eeda79d3
...@@ -64,9 +64,10 @@ ...@@ -64,9 +64,10 @@
<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"/>
<!-- There is a problem with the "Enter"-key on Android in Chrome, <!-- Note that Google Chrome on Android doesn't respect any of these,
when pressed the on screen keyboard is closed, this could be html attributes which attempt to disable text suggestions on the
fixed if Chrome implemented the ime-mode style for example --> on-screen keyboard. Let's hope Chrome implements the ime-mode
style for example -->
<textarea id="keyboardinput" autocapitalize="off" <textarea id="keyboardinput" autocapitalize="off"
autocorrect="off" autocomplete="off" spellcheck="false" autocorrect="off" autocomplete="off" spellcheck="false"
mozactionhint="Enter" onsubmit="return false;" mozactionhint="Enter" onsubmit="return false;"
......
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