-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Description
When using a control derived from ControlLayout, long-press behavior differs between platforms. On Windows and Android, the tap gesture successfully triggers when the user releases their pointer after a long press. However, on macOS and iOS, if a user performs a long press exceeding 2 seconds and then releases their pointer, the tap action fails to trigger as expected.
Steps to Reproduce
1.Run the sample in macOS or iOS.
2. Long press (hold for more than 2 seconds) the item which has the text " Tap to Expand/Collapse".
3. When tapping the item, it will update and shown the tap count below.
4.When long pressing it ,Observe that the label does not update tap count, indicating the interaction is not triggered.
Link to public reproduction project repository
No response
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response