Event System Drag Threshold

The ‘Drag Threshold’ does not have documentation in 5.3.3 though the online doc says it is ‘The soft area for dragging in pixels.’
I’m guessing that means the number of drag pixels before a touch becomes a drag?

Also the default is 5 which is surely far too small on a modern phone - e.g. the S7 with 577 ppi.
I imagine it would be better defined as a real-life measurement than number of pixels to counter differences in pixel density?

1 Like

yes you are right, I belive that one of my collegues fixed it by adding a class that scales the treshold up and down depending on the size of the screen.

2 Likes