Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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

Open
mcferdev opened this issue Oct 26, 2022 · 1 comment
Labels
bug Something isn't working. Breaky break.

Comments

@mcferdev
Copy link

mcferdev commented Oct 26, 2022

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 mcferdev added the bug Something isn't working. Breaky break. label Oct 26, 2022
@FedericoNembrini
Copy link
Contributor

iOS Linker is removing Position property from MediaElement.

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working. Breaky break.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants