WebGLInput icon indicating copy to clipboard operation
WebGLInput copied to clipboard

Backwards typing in fullscreen mode

Open EmanueleBagnarola opened this issue 2 years ago • 3 comments

Hi! I am experiencing this odd bug that will make the typing inside of the input fields go backwards when the game is in fullscreen mode. For example if I need to type "hello", the input field will only make me type "olleh". Any idea of what could cause this issue?

EmanueleBagnarola avatar Sep 10 '22 11:09 EmanueleBagnarola

I am also having this issue

markv12 avatar Oct 13 '22 21:10 markv12

Happens both in Edge and in Chrome.

Strangely, F11 works fine on both, but activating "fullscreen" through a Javascript button creates the issue.

gebalassa avatar Nov 22 '22 21:11 gebalassa

Here is a demo game which can produce this issue: https://discretetom.github.io/CannonVsMosquito/

Looks like the cursor is locked at the beginning of the input field and can't be moved.

DiscreteTom avatar Jun 26 '23 12:06 DiscreteTom

release a new version for fullscreen. release

you can call WebGLSupport.WebGLWindow.SwitchFullscreen() from your app to switch fullscreen.

kou-yeung avatar May 11 '24 03:05 kou-yeung

if reproduction at new release. reopen it. thanks~

kou-yeung avatar May 11 '24 04:05 kou-yeung