mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Automatically reset text area on keyboard events if native OSK is enabled/assumed. Hide text area via CSS.
This commit is contained in:
@@ -54,10 +54,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<input id="eventTarget"
|
||||
type="text"
|
||||
style="width: 0; height: 0; position: fixed; opacity: 0"
|
||||
value="x"/>
|
||||
<!-- Keyboard event target for platforms with native OSKs -->
|
||||
<textarea id="eventTarget">GUAC</textarea>
|
||||
|
||||
<!-- Display -->
|
||||
<div id="display">
|
||||
|
Reference in New Issue
Block a user