MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add support for an easy to use media playback control

jamesmcroft opened this issue · comments

This control needs an implementation for Android, iOS, Forms, and UWP with similar functionality to that of the UWP's media player.

As basic functions, it should provide the ability to play and pause, stop, skip to next, back to previous and should support both audio and video formats, being responsive to the type playing.

I created a UWP style MediaElement for Xamarin Forms here - https://github.com/inthehand/InTheHand.Forms
It's fairly mature and has been used in a variety of real-world apps. Happy to take enhancements or suggestions!

Going to re-open this. Probably requires #32 to be completed first.