iOS keyboard bug fix.
This commit is contained in:
parent
2c6b8a481e
commit
c1e8b30877
2
vnc.html
2
vnc.html
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue