You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting SwipeItems for all four directions (LeftItems, RightItems, TopItems, and BottomItems) on a SwipeView, only the TopItems and BottomItems respond to swipe gestures. The LeftItems and RightItems are set correctly but do not respond to horizontal swipes, particularly on Windows.
Output Screenshot
On Windows
On Mac
Screen.Recording.2025-07-31.111613.mp4
Screen.Recording.2025-07-31.at.11.34.01.AM.mov
Steps to Reproduce
Create a SwipeView and assign SwipeItems to all directions: Left, Right, Top, and Bottom. SwipeViewSample.zip
Run the app on Windows platform (or any other affected platform).
Try swiping the content in each direction.
Actual Behavior:
Only TopItems and BottomItems respond to swipe gestures.
LeftItems and RightItems are not triggered or recognized during horizontal swipes.
Expected Behavior:
All directions (LeftItems, RightItems, TopItems, and BottomItems) should respond to corresponding swipe gestures if configured.
Description
When setting SwipeItems for all four directions (LeftItems, RightItems, TopItems, and BottomItems) on a SwipeView, only the TopItems and BottomItems respond to swipe gestures. The LeftItems and RightItems are set correctly but do not respond to horizontal swipes, particularly on Windows.
Output Screenshot
Screen.Recording.2025-07-31.111613.mp4
Screen.Recording.2025-07-31.at.11.34.01.AM.mov
Steps to Reproduce
Actual Behavior:
Expected Behavior:
Link to public reproduction project repository
No response
Version with bug
9.0.90 SR9
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output