Search Issue Tracker
Won't Fix
Votes
0
Found in
4.3.0f1
Issue ID
572779
Regression
No
One finger WP8 touchscreen taps are consecutively registered on separate touches
1. Create a project which displays info for every touchscreen touch
2. Deploy it to device
3. Start tapping screen with one finger at the same place
4. Notice that, even though there were no simultaneous physical touches on the screen, device registers tap counts on two separate touches.
Why is this not going to be fixed?
There is no way to find out whether subsequent touches came from the same finger or not, as OS gives unique finger ID for each touch event. Unlike on Android, where repeatedly hitting with one finger gives same finger ID every time. Since destruction of touch slot is delayed for 150 milliseconds, hitting twice faster than that will cause second event registered to the second slot.
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
tigerishwillo
Jan 30, 2015 15:10
This bug has caused me issues too, it means that on my endless runner I have to implement platform specific code for Windows devices which is not ideal.