XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
[Bug] MediaLayout example with Slider. Slider not moves in iOS, like the binding for Buffering is not working
Description
I am using your example of MediaElement with Slider in here. In Android it works and the Slider runs while Buffering, but in iOS it doesn't work. Remain Stopped at the Beggining. I am using a CaroulselView with MediaElement and don't know if can be a bug related. But again, it just happens with iOS.
Steps to Reproduce
- Add the xct package
- Open the CaroulselView with MediaElements
- Video Starts, but Slider don't in IOS
Expected Behavior
Slider runs while Buffering in both platforms.
Actual Behavior
Just runs in Android. In iOS it remain paused.
Basic Information
- Version with issue: XCT 2.0.5 and XF 5.0.0.2478
- Last known good version: Don't know
- Platform Target Frameworks:
- iOS: 15.5
- Android: 12
iOS Linker is removing Position property from MediaElement.
I will open a PR to add a [Preserve(AllMembers = true)] to the class.