Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Add option for auto rotate when watching videos #224

Open
jordan-dalby opened this issue Oct 4, 2023 · 1 comment
Open

Comments

@jordan-dalby
Copy link

Currently on the android app, if you load a video that is landscape, mega will automatically force the video to rotate to better fit the screen. I'd like to see an option to disable this so that it only happens when I actually rotate my device.

@jx-mega
Copy link

jx-mega commented Jan 10, 2024

Hello,
Now the video rotation behaves like this:

Scenario 1: disable the device auto rotation
Given the user stays on the video preview page
When the user taps the play button
Then the video will display in landscape mode if it is taken horizontally
and the video will display as a portrait if it is taken vertically

Scenario 2: Enable the device auto rotation
Given the user stays on the video preview page
When the user taps the play button
Then the video will display following the device
and play the video as a landscape if the device rotated
and play the video as a portrait if the device is in portrait mode
and no need to consider the video height

You will have to enable the device auto rotation to make it display following the device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants