-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swipe not working when SwipeView is used as base element #6154
Comments
Verified this issue with Visual Studio Enterprise 17.3.0 Preview 1.0 [32414.199.main]. Repro on Android. Sample Project: 6154.zip |
Perhaps related to #6018 where SwipeView is used as root element |
Tested in main branch and Windows in no longer crashing after merge #6018 |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
I've updated sample application to .NET 7. The same issue remains. |
Verified repro on Windows 11 with 17.6.0 Preview 7.0. Repro project |
Description
If
SwipeView
is used as base element in a view, and this view is used in aDataTemplate
source in aCollectionView
swipe doesn't work, at least on Android (it triggers a crash on Windows).Demo project
Steps to Reproduce
4: Add
CollectionView
on 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
SwipeView
directly in theDataTemplate
instead, like in this issue #6153.Relevant log output
No response
The text was updated successfully, but these errors were encountered: