-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Feature Request/Android 10 Bug] Move the video controls at the very bottom of the screen up to prevent accidental touches by fullscreen users #2931
Comments
Android 10 officially introduced a new method of navigation that replaces the nav bar via gestures. In this case, the problem is that trying to move the seek bar, which is at the very bottom of the screen, also activates the "back" command (swiping left/right at the bottom of the screen). The first solution that comes to my mind would be to move the seek bar away from the navigation zone, though it doesn't seem like a clean way of doing it. |
Also on an Android 10 device here, another problem is that when you try to move the seekbar from left to right, it also activates the Android 10 app switch gesture. I think moving the seekbar up is the only way to solve this problem. It's just too close to the "pill"(or whatever its called). |
Can you please tell us if the problem is solved in this APK? |
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe#6824 Fixes; TeamNewPipe#6788 TeamNewPipe#2931 Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
Reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit in v0.20.0 made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com> Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com>
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
reorder the Control Elements of the background player (putting the Title down) TeamNewPipe/NewPipe#6824 Fixes: TeamNewPipe/NewPipe#6788 TeamNewPipe/NewPipe#2931 new icons in background player by avently commit made image view from playQueue visible by avently in commit TeamNewPipe/NewPipe@dd726fa#diff-EFCAA05775EEBAE5D5E7D3DD8FB04196 from TeamNewPipe/NewPipe#4360 Co-Authored-By: Stanislav Dmitrenko <7953703+avently@users.noreply.github.com> Co-Authored-By: wb9688 <46277131+wb9688@users.noreply.github.com> Co-Authored-By: phigjm <39876427+phigjm@users.noreply.github.com>
Ever since the Android 10 update, whenever I'm playing a video in the background and have NewPipe open, the video controls such as the time along in the song & etc are at the very bottom of the screen. When I try and swipe up on my home screen (since I have a fullscreen phone), it will always accidently hit the bar and send my current song that I'm listening to into the middle of the song. It's getting to be a bit annoying, and I dunno why this only started with the latest Android 10 update.
Hopefully my description of the issue is accurate and understandable enough.
The text was updated successfully, but these errors were encountered: