robmikh / SimpleRecorder

A simple screen recorder using both the Windows.Graphics.Capture and Windows.Media.Transcoding APIs.
MIT License
219 stars 43 forks source link

Command bar overlaps the video player ui when full screen #28

Closed MarcAnt01 closed 3 years ago

MarcAnt01 commented 3 years ago

image

robmikh commented 3 years ago

I think this happens because of the way I cheated to put the same command bar across all pages. Unfortunately I can't find a way to know when we enter fullscreen mode to hide the command bar... I may just have to disable the fullscreen button.

robmikh commented 3 years ago

"Fixed" with 5c1ab67c526e6dbf0720c120a39302dad0fd5122