[Proposal] API that allows developers to hook a media element event and know the full screen status. #1927
Labels
approved
This Proposal has been approved and is ready to be added to the Toolkit
champion
A member of the .NET MAUI Toolkit core team has chosen to champion this feature
📽️ MediaElement
Issue/PR that has to do with MediaElement
pending documentation
This feature requires documentation
proposal
A fully fleshed out proposal describing a new feature in syntactic and semantic detail
Feature name
VideoPlayer_FullScreenStatusChanged
Link to discussion
#1748 (comment)
Progress tracker
Summary
API that allows developers to hook a media element event and know the full screen status.
Is it full screen or normal ?
Motivation
In Xamarin times, we already have something to control when the Full Screen status changed (first and third party) and now we have a very mature Media Element in MAUI is about time to start with this.
Detailed Design
Usage Syntax
Drawbacks
I don't see any reason to not do it :)
Alternatives
Before I migrate to MAUI MediaElement I was using Xamarin with Xamarians/MediaPlayer [https://github.com/Xamarians/MediaPlayer] , looks simple enough from a use perspective:
Unresolved Questions
Perhaps the above API is a good v1 if it works on all platforms?
And then we iterate on more functionality in later versions?
The text was updated successfully, but these errors were encountered: