Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2021.2.0b1
2022.1
Issue ID
1345082
Regression
No
[WebGL] [Mobile] Drag event is not being called instantly after dragging
Reproduction steps:
1. Open the project in Repro.zip and open SampleScene
2. Build WebGL and host on http server (python3 -m http.server <port>)
3. Open the hosted URL on iOS device
4. Drag your finger along the right side of the screen (grey transparent area)
Expected result: On Drag event is called instantly (will be debugged on right side of the screen)
Actual result: On Drag is not being delayed until first message appears (after that it seems to work fine)
Reproducible with: 2019.4.29f1, 2020.3.13f1, 2021.1.14f1, 2021.2.0a1, 2021.2.0b3, 2022.1.0a1
Could not test with 2018.4.36f1 (precompiled assembly exceptions)
Reproduced on Chrome and Safari
Devices tested:
iPad Pro 12.9 (iOS 13.4.1) (delay is around 5 seconds)
iPhone 12 (iOS 14.1) (delay is around 1 second)
OnePlus A5000, Android 10, Adreno 540, Snapdragon 835 (delay is around 0.5 seconds)
Note: After some time of first drag the callouts appear in debugger with a delay, after that the messages are debugged properly (the value which is -1 in editor is close to max int on iOS though, not sure if this is relevant)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment