XamarinCommunityToolkit icon indicating copy to clipboard operation
XamarinCommunityToolkit copied to clipboard

[Bug] MediaLayout example with Slider. Slider not moves in iOS, like the binding for Buffering is not working

Open mcferdev opened this issue 3 years ago • 1 comments

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

  1. Add the xct package
  2. Open the CaroulselView with MediaElements
  3. 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

mcferdev avatar Oct 26 '22 10:10 mcferdev

iOS Linker is removing Position property from MediaElement.

I will open a PR to add a [Preserve(AllMembers = true)] to the class.

FedericoNembrini avatar Feb 26 '24 17:02 FedericoNembrini