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.
Comments (1)
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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
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.