From de8edde4a0531b0ab3bdd983736133dd39162b10 Mon Sep 17 00:00:00 2001 From: samhed Date: Fri, 4 Apr 2014 17:42:12 +0200 Subject: [PATCH] Attempt to change the behavior of the enter/go-key on touch devices, we want it to be Enter. * This code works in Firefox on Android and on Chrome and Safari on iOS. * It does not work in Chrome on Android, the enter key is labled "Go" and closes the on screen keyboard when pressed. --- vnc.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vnc.html b/vnc.html index 886838c8..8f2e2426 100644 --- a/vnc.html +++ b/vnc.html @@ -64,8 +64,13 @@ + + autocorrect="off" autocomplete="off" spellcheck="false" + mozactionhint="Enter" onsubmit="return false;" + style="ime-mode: disabled;">