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 the control wrapped inside the SwipeView contains a .contextMenu modifier, swiping it will semi-occasionally momentarily result in a non-smooth duplication of the wrapped view:
When I removed the contextMenu, it worked perfectly fine. I believe it is as simple as that, but if you need more information, please let me know.
The text was updated successfully, but these errors were encountered:
Hmm yeah I think it's because contextMenu creates a snapshot of the view for the scale effect. Try setting swipeMinimumDistance to a lower value (starts the swipe gesture earlier):
When the control wrapped inside the
SwipeView
contains a.contextMenu
modifier, swiping it will semi-occasionally momentarily result in a non-smooth duplication of the wrapped view:When I removed the contextMenu, it worked perfectly fine. I believe it is as simple as that, but if you need more information, please let me know.
The text was updated successfully, but these errors were encountered: