Open ZivFarin opened 9 months ago
Can't reproduce point 3, which version of Android are you testing on? Can you post the XAML?
As written - Android 13. Can't share it... Sorry.
I tested IsLoop=True
on an Android Emulator with Android 13.0 and I don't ecounter the error.
Can you test on other devices/emulators to better understand the casistics?
Description
When MediaElement's "IsLoop" is set to "True":
Stack Trace
NaN
Link to Reproduction Sample
Steps to Reproduce
Expected Behavior
Speed will stay the same after first "loop"
Actual Behavior
Speed changes
Basic Information
On iOS: I believe this happens due to the usage of 'avPlayerViewController.Player?.Play()' instead of the renderer's Play() method (note that 'Play()' redefines the speed each time)
Version with issue: Latest (2.0.6)
Last known good version:
IDE: Visual studio community 2022 (64-bit) Version 17.8.5
Platform Target Frameworks: iOS Android
Android Support Library Version: X
Nuget Packages: X
Affected Devices:
Workaround
All bugs dissapeared when setting "IsLoop" to "False" and then using an event handler for 'MediaEnded' event to run MediaElement.Play();
Reproduction imagery
X