-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Back button behavior makes no sense #4462
Comments
The back button has been assigned a new behaviour, which is to go backwards in your video history. This is a new feature. The replacement action for going back to a list is to swipe down to minimise the player. |
@opusforlife2 |
Because we can't have an option for every possible interaction with the app. That will make it unmaintainable. If you have a better flow in mind, you can open a new issue and suggest some ideas, like I did with the missing share button in #4039. |
My "better flow" would be to revert back to how it worked in 0.19, but I already know what response I'm going to get. |
It's building up a queue in reverse order. The idea is (and this is mentioned in the blog post), you browse a few pages and tap on a bunch of videos to watch, and then as you finish each one you keep tapping back to go to the next one in the "reverse queue". |
On step 3 you have opened only 1 video, so your queue is 0. (or 1?) |
It certainly doesn't build a queue in a traditional way, since I cant access it. And why would it even build a queue if the user never asked it to do this? This behavior makes sense if I play one of the related videos from the 1st video page and then want to return to it, but it makes no sense if I go back to the list before playing the next video. I've already pressed the back button on the 1st video once, so I shouldn't end up on that video's page again by going back later. It appears like I'm going in circles instead of going back. |
The minimised player "contains" the queue so that you can carry it around as you browse. The browsing ability of the app is what has gained the most in this exchange, compared to before. Earlier, you could only browse linearly: video 1 > channel 1 > video 2 > video 3 > channel 3. Now you can go wherever you want and not lose the videos you were watching. Anyway, if you close the minimised player, the queue will disappear. |
I guess I'll have to request a setting that disables the minimized player then. |
@opusforlife2 thank you for the smart answers you post. My work definitely gave you more questions needs to be answered, sorry for that. |
The problem is that Newpipe doesn't have app tours, which are most definitely needed for such drastic changes. So many other apps completely rewrite their UIs, but since they show the users what changed and how to do old things in the new UI one by one, it's not as overwhelming as updating one fine day and just being completely lost. |
Checklist
Steps to reproduce the bug
Actual behaviour
NewPipe opens previously played video.
Expected behavior
Back button should do exactly what it always does in every other app - go back. In this case - go back to the video list.
Device info
The text was updated successfully, but these errors were encountered: