Hi there,
I’m building a video player for Jellyfin. One of the features I want to implement is to automatically rotate the screen when it detects the video is in landscape or portrait.
I’ve tried setting the orientation
property of the Page
, but that doesn’t work since it’s readonly. Same goes for the ApplicationWindow
. Are there any other options available?