Podcasts icon indicating copy to clipboard operation
Podcasts copied to clipboard

Full screen mode playback controls

Open gregchamblin opened this issue 7 years ago • 4 comments

Can you add playback controls in full screen mode?

gregchamblin avatar Jun 12 '17 11:06 gregchamblin

Like Car Mode just in full screen? What Controls would you want?

MMEnter avatar Jun 12 '17 19:06 MMEnter

I apologize, more details were needed. When I am watching a video in full screen mode and touch the screen to pause or rewind, etc. It jumps back to portrait mode then i have to switch back when i am done.

gregchamblin avatar Jun 12 '17 19:06 gregchamblin

How about binding the AreTransportControlsEnabled state to the full screen state? If in full screen is true then AreTransportControlsEnabled as well. void ShowFullscreenVideo(bool state) { mediaPlayerElement.IsFullWindow = state; mediaPlayerElement.AreTransportControlsEnabled = state;

MMEnter avatar Jun 13 '17 22:06 MMEnter

Makes sense to me

deltakosh avatar Jun 14 '17 15:06 deltakosh