Commit c1e8b308 authored by Chris Gordon's avatar Chris Gordon Committed by Joel Martin

iOS keyboard bug fix.

parent 2c6b8a48
...@@ -130,7 +130,7 @@ ...@@ -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>
......
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