This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Custom Position slider value is not updating in Media Element on android #1458
Open
Description
Description
Binding Position to a slider does not update the slider position on android as video position changes. The community toolkit sample app has this issue.
Steps to Reproduce
- Simply open the community toolkit sample app for android and go to mediaelement page
Expected Behavior
Position changes are reflected on the slider
Actual Behavior
Position changes are not reflected
Basic Information
- Version with issue: 1.1
- Last known good version: doesn't know
- IDE: VS2019
- Platform Target Frameworks:
- Android: 10
Workaround
None found
I tried with setting the Maximum to 1 and created a converter to provide position value between 0 and 1. It worked fine but when I used the Position property to seek forward, it resulted in an error. The mediaplayer kept on Updating position repeatedly
Reproduction Link
XCT Sample app (android)