-
Notifications
You must be signed in to change notification settings - Fork 1.9k
SwipeView custom items are not rendering #6018
Description
Description
Visual Studio Version 17.2.0 Preview 3.0
https://docs.microsoft.com/en-us/dotnet/maui/user-interface/controls/swipeview#custom-swipe-items
This documentation samples shows custom content in the swipable side-menu.
Normal item is <SwipeItem>
Custom item is <SwipeItemView>
Anything that I put into <SwipeItemView> is not rendered.
Expected behavior: <SwipeItemView> content is rendered
Please fix the problem as soon as possible. I thought I could finally ship test apps to our clients when the RC 1 blog post says cross-platform development ready but this whole feature is missing.
Steps to Reproduce
New MAUI app from template with some quick SwipeView tests in MainPage.
MauiApp1.zip
Run on Sony Xperia 5 Android 11 API 30
Version with bug
Release Candidate 1
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11 (API 30)
Did you find any workaround?
no
Relevant log output
No response