Open
Description
Description
When a cell with context actions is first swiped right just a little bit (shaking finger?) and then without releasing dragged left then context buttons can stay hidden.
This happens because while dragging back we cross zero offset and ContextScrollViewDelegate.Scrolled method thinks that it is time to stop scrolling and hides the buttons.
Steps to Reproduce
- Create a page with ListView and cells that have one or more ContextActions
- Launch on iOS
- Tap and hold a cell, swipe right 2-5 pixels, not release and drag the cell left
- Roughly 20% chances that the context buttons will not appear.
Link to public reproduction project repository
https://github.com/VitalyKnyazev/ListViewWithHiddenContextActions
Version with bug
9.0.50 SR5
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No, small MAUI code change is needed