[BUG] MediaElement not supported in a DataTemplate on a Page with multiple ItemView
controls
#2247
Open
2 tasks done
Labels
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
On iOS, when using a MediaElement in a
DataTemplate
on a page that contains multipleItemsViews
, the following exception is thrown:This is a known bug where a
NotSupportedException
is thrown:Maui/src/CommunityToolkit.Maui.MediaElement/Views/MauiMediaElement.macios.cs
Line 104 in ed06645
Expected Behavior
The developer should be able to use MediaElement despite multiple ItemsViews in use on the page.
Steps To Reproduce
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui/tree/main/samples
(Sample app updated to include this scenario in #2248)
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: