-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Add an option to disable exit from full screen using the back button #1256
Comments
I would second having an option to control the back button behaviour, if I have understood this issue correctly. I am struggling to close from fullscreen exoplayer in landscape quickly using the android back button (I'm sure I didn't have this issue previously). Unfortunately, this coincided with an update to OneUI 6.0 on Samsung S21 Ultra, so I thought that Android 14 broke this, but most likely not. The current implementation in v2.6.0 requires the use the soft button only to exit from fullscreen video. This soft back button is found on the top left of screen, which is difficult to reach when using your right hand to hold phone. The android back button just keep switching between fullscreen landscape mode and portrait mode, but keeps video playing, overall this isn't a nice UI friendly implementation. |
Yes that is the purpose of this bug. There already is a button to switch from full screen to portrait and back so I don't quite understand the justification for stealing the most important button to suite a niche use case (when there already is a button to do so). I would argue this breaks the standard expectation of the user because the back button is supposed to go back and here it does something entirely unrelated. The principal of least astonishment seems to be a standard concept in good user interface design and so I'd think there should be strong justification for violating it (the justification from the #1173 seems to be that another app does this so we should too). |
Yes I fully agree with the suggestion, I too, would like to be able to disable this, it is just so unintuitive for back button to be changing the landscape/portrait mode. Shouldn't this be done via a separate UI button instead? |
I also agree this should be reverted or optional. My tablet is always in landscape mode so it rotating to portrait is ridiculous. Tapping back should go back to the previous screen, not rotate the device to an orientation that it was never in. |
Additionally, swiping back requires me to swipe in the upper portion of the screen, which is different behaviour from other android apps - I can swipe anywhere with those |
Hate that this is still not a feature, after so many months I am still not able to get used to not being able to simply "Back" to close the video... |
I agree, I'm still waiting too.......
I still try pressing back through habit and it just rotates the video on
screen.
That's not the correct function of the back button!
Suggest using Findroid, this has the back button implemented correctly!
…On Sun, 6 Oct 2024, 7:25 pm Des-m0nd, ***@***.***> wrote:
Hate that this is still not a feature, after so many months I am still not
able to get used to not being able to simply "Back" to close the video...
—
Reply to this email directly, view it on GitHub
<#1256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALDYCAVDMXD4LP7LU7QVJCTZ2F57ZAVCNFSM6AAAAABAWEOS3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJVGUZTIOJSHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thank you for suggesting! Didn't know there is an alternative for jellyfin. Seems intuitive so far, any downsides for using Findroid? |
breaking android design guidelines is bad |
Also waiting for this "feature" to be fixed to be in line with standard expected Android back button behaviour. It's very annoying and spoils an otherwise great experience. |
Just to reiterate the issues with the current behavior:
Please add an option to disable this. |
Add an option to disable the feature exit from full screen with the back button
This feature was merged in #1173 for version 2.6.0. I propose an option be added to allow back to close the player or switch to portrait mode per a users preference (I suspect the toggle could go in client settings).
Some users may strongly dislike the back button feature and such an option should please them.
The text was updated successfully, but these errors were encountered: