Search Issue Tracker
Fixed in 2020.2.X
Fixed in 2020.3.X
Votes
13
Found in
2019.3.0f1
2019.4
2020.2
Issue ID
1258876
Regression
No
[New Input System] Keyboard input is not detected in the Input Field when built on WebGL
How to reproduce:
1. Open user's attached "InputFieldTestProject.zip" project
2. Go to File -> Build Settings
3. Make sure the platform is set to WebGL
4. Press Build
5. Write some text in the Input Field in the browser
Expected result: Text appears in the Input Field, keyboard input (eg. CTRL+V) is registered
Actual result: No text appears in the Input Field, keyboard input (eg. CTRL+V) is not registered
Reproducible with: 0.2.10-preview (2019.4.2f1), 1.0.0 (2020.1.0b14, 2020.2.0a17)
Could not test with: 2018.4.24f1 (New Input System not supported)
Notes:
- The issue is not reproducible in the Editor and on Windows, Mac build
- The issue is not reproducible with the Old Input System
-
mayasarii876
Mar 08, 2022 08:22
http://103.56.148.201/
http://103.56.148.201/newmpo
http://103.56.148.201/mpo17
http://103.56.148.201/mpomm
http://103.56.148.201/mpotower
http://103.56.148.201/parisklub
http://103.56.148.201/juraganslot
http://103.56.148.201/mpo500
http://103.56.148.201/mpokick
http://103.56.148.201/mpoyes
http://103.56.148.201/xyzklub
http://103.56.148.201/betmpo
http://103.56.148.201/ogslot88
http://103.56.148.201/hoki777
http://103.56.148.201/mpojuta
http://103.56.148.201/299slot
http://103.56.148.201/mpo188
http://103.56.148.201/mpogacor
http://103.56.148.201/mpo300
http://103.56.148.201/rgo365
http://103.56.148.201/kingdom288
http://103.56.148.201/wigompo
http://103.56.148.201/mpo8899
http://103.56.148.201/mpopelangi
http://103.56.148.201/mpo555
http://103.56.148.201/dutampo
http://103.56.148.201/klik368
http://103.56.148.201/388hero
http://103.56.148.201/19dewa
http://103.56.148.201/mpoxl
http://103.56.148.201/mpoas
http://103.56.148.201/mposun
http://103.56.148.201/qqslot
http://103.56.148.201/mposport
http://103.56.148.201/dewa234
http://103.56.148.201/mesinmpo -
ScottAdams
Aug 30, 2021 00:15
This marked as fixed, but it is only marked for 2020.
2019.4.29F1 is still having the issue!
How do we raise the issue for 2019?
-
Bramverhoeven2
Apr 16, 2021 09:01
Typo in previous comment:
had to be unity 2020.2.5f1 -
Bramverhoeven2
Apr 16, 2021 09:00
I tried this in Unity 2020.3.3f1 and 2020.2.f1 but input is still not working on input fields in a WebGL build. Am I doing something wrong?
-
outoftunegames
Oct 23, 2020 17:19
Just ran into this problem when updating to the new input system. It looks like the fix is in 2020.2, why not have it in an updated 2020.1.x?
-
Krahgnatokz
Oct 03, 2020 20:29
Had this issue as well. Using Unity 2020.1, Input System 1.0.0
Found a temporal solution here: https://forum.unity.com/threads/textmeshpro-input-field-new-input-system-webgl-no-work.926396/
Edit -> Project settings -> Player -> WebGL Settings -> Other Setting -> Active Input Handling and setting that option to "Both" instead of "Input System Package (New)
-
Krahgnatokz
Oct 03, 2020 20:05
Same issue here.
Using Unity 2020.1, Input System version 1.0.0 and TextMesh Pro 3.0.1.
Tested with scenes that had nothing but a TextMeshPro Input Field and the normal Input Field. Neither worked. -
jbertra
Aug 19, 2020 11:46
I am having the same issue where characters are not displaying in the input fields for my WebGL builds. Both the standard and Text Mesh Pro input fields are affected, but they work fine in the editor.
Versions:
Unity 2020.1.2f1
Input System 1.0.0
Text Mesh Pro 3.0.1 -
TaranisElsu
Aug 04, 2020 14:03
I just installed the latest Unity 2019 and made sure all the packages were up to date and the problem still exists.
Versions:
Unity 2019.4.6f1
"com.unity.textmeshpro": "2.1.1",
"com.unity.inputsystem": "1.0.0", -
TaranisElsu
Aug 04, 2020 12:32
I have the same issue, and the issue @ROBSCHERER123 mentioned with the mouse scroll wheel scrolling really really slow.
I added:
#if UNITY_WEBGL && !UNITY_EDITOR
zoom *= 100f;
#endif
to my code to work around the scroll issue for now, but I have not found a workaround for the Input Fields not working. I did notice that arrow and Home/End keys move the cursor around, but nothing seems to happen when typing letters or numbers (even from the numpad).
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Button highlight state disabled when hovering cursor over smaller sized child UI objects
- "Unity has stopped working" window is skipped when the Editor crashes
- The "Properties..." shortcut does not open the Focused Inspector window when the new GameObject is created
- Editor crashes when using WebCamTexture
- [URP] ShaderKeywords '_MAIN_LIGHT_SHADOWS' and '_ADDITIONAL_LIGHT_SHADOWS' are always enabled in the Editor
Resolution Note (fix version 2020.2):
Fixed in: 2021.1.0a1
Note:
The WebGL input system has been fixed so keyboard events will be sent to GUI controls with the new input system
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.13f1