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

[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

Closed
Kizzy1226 opened this issue Jan 8, 2020 · 4 comments · Fixed by #6824
Labels
device/software specific Issues that only happen on some devices or with some specific hardware/software feature request Issue is related to a feature in the app GUI Issue is related to the graphical user interface

Comments

@Kizzy1226
Copy link

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.

@snappyapple632
Copy link

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.

@Stypox Stypox added device/software specific Issues that only happen on some devices or with some specific hardware/software feature request Issue is related to a feature in the app GUI Issue is related to the graphical user interface labels Jan 8, 2020
@harshlele
Copy link
Contributor

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).

@B0pol
Copy link
Member

B0pol commented Mar 26, 2020

Here is a video of the problem (from reddit)

@TobiGr
Copy link
Contributor

TobiGr commented May 13, 2020

Can you please tell us if the problem is solved in this APK?
app-debug.apk.zip

ShareASmile added a commit to ShareASmile/NewPipeZing that referenced this issue Jun 16, 2024
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>
ShareASmile added a commit to ShareASmile/NewPipe-Legacy-Revo that referenced this issue Jun 16, 2024
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>
ShareASmile added a commit to ShareASmile/FoxPipe that referenced this issue Jun 16, 2024
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>
ShareASmile added a commit to ShareASmile/NewPipe-Legacy-Revo that referenced this issue Jul 14, 2024
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>
ShareASmile added a commit to ShareASmile/NewPipe-Legacy-Revo that referenced this issue Jul 14, 2024
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
device/software specific Issues that only happen on some devices or with some specific hardware/software feature request Issue is related to a feature in the app GUI Issue is related to the graphical user interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants