-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Swipe not working when SwipeView is used as base element #6154
Copy link
Copy link
Closed
Labels
area-controls-swipeviewSwipeViewSwipeViewfixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releaseplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-swipeviewSwipeViewSwipeViewfixed-in-8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171Look for this fix in 8.0.0-rc.1.9171p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releaseplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
If
SwipeViewis used as base element in a view, and this view is used in aDataTemplatesource in aCollectionViewswipe doesn't work, at least on Android (it triggers a crash on Windows).Demo project
Steps to Reproduce
4: Add
CollectionViewon MainPage:5: Initialize the list in the constructor:
Run the application on Android and try to swipe.
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10, I was not able test on other platforms
Did you find any workaround?
Use
SwipeViewdirectly in theDataTemplateinstead, like in this issue #6153.Relevant log output
No response