Răsfoiți Sursa

iOS keyboard bug fix.

Chris Gordon 14 ani în urmă
părinte
comite
c1e8b30877
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      vnc.html

+ 2 - 2
vnc.html

@@ -29,7 +29,7 @@
    
    
 		<!--
 		<!--
         <script type='text/javascript'  
         <script type='text/javascript'  
-            src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script> 
+            src='http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js'></script>
         -->
         -->
 		
 		
 	<script src="include/vnc.js"></script>
 	<script src="include/vnc.js"></script>
@@ -130,7 +130,7 @@
 			 Canvas not supported.
 			 Canvas not supported.
 		</canvas>
 		</canvas>
 		
 		
-		<input id="keyboardinput" style="display:none;" type="text" onKeyDown="onKeyDown(event);"/>
+		<input id="keyboardinput" style="width:0px;height:0px;background-color:#313131;" type="text" onKeyDown="onKeyDown(event);"/>
 	</div>
 	</div>
   
   
 	 <script>
 	 <script>