فهرست منبع

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

samhed 11 سال پیش
والد
کامیت
74d3d75a4a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      vnc.html

+ 1 - 1
vnc.html

@@ -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"