Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.3.X
Votes
0
Found in
2018.4
2019.4.0f1
2020.2
Issue ID
1257101
Regression
No
[WebGL] [Input System] Touch input is ignored on WebGL builds when using new Input System and running the build on mobile device
Reproduction steps:
1. Open the attached project ("case_1257101-WebGLMobileTouch.zip")
2. Switch build target to WebGL
3. Make a build and host in somewhere on a server
4. Run the build inside a mobile device
5. Try interacting with the cube (touch/swipe)
Expected result: Touch input is recognized and the cube can be rotated around
Actual result: Touch input is ignored and the cube does not rotate
Reproducible with: 2018.4.25f1, 2019.4.4f1, 2020.1.0b16, 2020.2.0a18
Reproducible with package (Input System) versions: 0.9.0, 1.0.0
Notes:
1, The issue does not reproduce on the mobile devices when using the old input system
2. The issue does not reproduce when running the build on PCs
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
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
- InvalidOperationException exception is thrown when Editor Default Text Rendering Mode is set to "Bitmap" and Editor Font is set to "System Font" and an array is expanded in the Inspector Window
Resolution Note (fix version 2021.1):
Touch events were working with the new input system, but the current control scheme wasn't switching properly so PlayerInput wasn't routing those events. This fix prioritizes the Touchscreen device so that on mobile those events get routed.
Resolution Note (fix version 2020.3):
Fixed in: 2020.3.28f1