Skip to content

1.0.5

Choose a tag to compare

@thirteen37 thirteen37 released this 21 Aug 14:23
· 4 commits to main since this release
f8ef9b3

Fixes iPad taps arriving at the host as right clicks.

A direct touch carries no buttons, and UIKit's buttonMaskRequired is only evaluated for indirect input devices, so a finger tap matched the secondary tap recognizer as well as the primary one. The secondary recognizer won arbitration, sending every tap as a right click. It is now restricted to indirect pointer input, leaving finger taps to the primary recognizer while trackpad and mouse right clicks still route correctly.