Search Issue Tracker
Active
Under Consideration for 1.14.X
Votes
1
Found in [Package]
1.14.0
Issue ID
ISXB-1456
Regression
Yes
[Android] [Galaxy Tab] Pen touch input triggers UI/Click action two times (one with Pen touch and one with finger touch) instead of once.
How to reproduce:
1. Open the “ReproProjectSPenTouch.zip“ project
2. Open the “SampleScene“ scene
3. Build for Android
4. Install the app on the device
5. Clean the logcat with “adb logcat -c“
6. Start the logcat with “adb logcat | grep “MYDEBUG“ “ (Windows: “adb logcat | select-string “MYDEBUG“)
7. Open the app and with the S Pen click on the red square
Expected result: “MYDEBUG--{-}DOWN 1“ and “MYDEBUG ---UP 1“ *not* logged with “MYDEBUG{-}-{-}DOWN 21”/ “MYDEBUG{-}--UP 21” events
Actual result: “MYDEBUG--{-}DOWN 1“ and “MYDEBUG ---UP 1“ logged with “MYDEBUG{-}-{-}DOWN 21”/ “MYDEBUG{-}--UP 21” events
Reproducible with: 1.13.1 (6000.0.42f1, 6000.1.0b10, 6000.2.0a6), 1.11.2 (6000.1.0b5, 6000.0.23f1)
Not reproducible with: 1.11.1 (6000.0.23f1) 1.11.1, 1.11.0, 1.9.0 (6000.0.18f1)
Could not test with: 2022.3.59f1 (Build is failing because of the Burst issue I cannot resolve)
Reproducible environment: macOS 15.3.1 (M4 Max), Windows 11 (Reporters)
Not reproducible environment: No other environment tested
Reproducible with these devices:
VLNQA00488, Samsung Galaxy Tab S6 Lite (SM-P615), Android 11, CPU: Exynos 7 Octa (9611), GPU: Mali-G72
Galaxy Tab S8 tablet (Reproter's)
Notes:
- More information in the Internal Notes
- Reproducible with both “GameActivity” and “Activity” Application Entry Points
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