iOS keyboard bug fix.

This commit is contained in:
Chris Gordon 2011-09-05 22:02:29 +10:00 committed by Joel Martin
parent 2c6b8a481e
commit c1e8b30877
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
<!--
<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>
@ -130,7 +130,7 @@
Canvas not supported.
</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>
<script>