-
Notifications
You must be signed in to change notification settings - Fork 193
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
[iOS] Disable scrubbing on MPRemoteCommandCenter #1093
Comments
Duplicate of #526 but also includes specific option |
Oh, thank you, did not find it because of different wordings. It is a question of wished behavior, philosophy of usage. The fix seems trivial. |
Duplicate of #526 |
It just hasn't been done yet. If you can make and test the change, that would be great. |
I created and tested a pr. So now we can discuss ;) |
Is your feature request related to a problem? Please describe.
In the past days I accidentally touched the progress bar on the 'Now Playing' widget in numerous situations on iOS (this is not a ABS issue, I have this with a lot of apps, I do not like that touching on the progress bar is sensitive.). I had to find the position in the audiobook where I left off, which is not a great listening experience.
Describe the solution you'd like
Add an option to settings to disable
commandCenter.changePlaybackPositionCommand.isEnabled
.Describe alternatives you've considered
Just disable the
commandCenter.changePlaybackPositionCommand.isEnabled
.Additional context
I thought about why I would like this to be enabled at all. I was not able to find one.
Therefor, I do not see any reason why allowing scrubbing through the audiobook on the widget.
The text was updated successfully, but these errors were encountered: