-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Maui - SwipeView not working with Editor control in iOS #15975
Comments
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Hi @RawoofSharief. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
If you could create a reproduction project, rather than a XAML segment, that would make it easier to properly reproduce, debug, and verify the issue and make sure it's fixed. |
Please find the reproduction sample project in the below link. Also,I have added in the issue description. Sample Link : https://github.com/RawoofSharief/SwipeIssue.git |
Verified this on Visual Studio Enterprise 17.7.0 Preview 6.0 in iOS 16.4. This issue didn't repro on .NET 8.0 with below Project: |
Hi @RawoofSharief. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Description
SwipeView item not swiping when the item has editor control inside the template. Please refer the below screenshot.
If I use label or entry controls, Swiping is working properly. Please refer the below screenshot.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/RawoofSharief/SwipeIssue.git
Version with bug
7.0.59
Last version that worked well
6.0
Affected platforms
iOS
Affected platform versions
16.2
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: