[Enhancement]: Increase Skip forward/back time options in Mobile App (to align with web app) #1126

Closed
opened 2026-04-24 23:49:26 +02:00 by adam · 2 comments
Owner

Originally created by @copey02 on GitHub (Jan 20, 2025).

Describe the Feature/Enhancement

increased options for default skip forward/back times in the web player were add with #1995 but the mobile still only has 5/10/30 second options. Would be great to have the additional skip times that were added to web app available in the mobile apps as well.

Thanks!

Why would this be helpful?

additional skip times are helpful to more easily navigate through a podcast,skip past ads, etc.

Future Implementation (Screenshot)

Image

Audiobookshelf App Version

iOS App - 0.9.78

Current Implementation (Screenshot)

No response

Originally created by @copey02 on GitHub (Jan 20, 2025). ### Describe the Feature/Enhancement increased options for default skip forward/back times in the web player were add with [#1995 ](https://github.com/advplyr/audiobookshelf/issues/1995) but the mobile still only has 5/10/30 second options. Would be great to have the additional skip times that were added to web app available in the mobile apps as well. Thanks! ### Why would this be helpful? additional skip times are helpful to more easily navigate through a podcast,skip past ads, etc. ### Future Implementation (Screenshot) ![Image](https://github.com/user-attachments/assets/7edca846-ac4b-44f4-9533-2a975478517c) ### Audiobookshelf App Version iOS App - 0.9.78 ### Current Implementation (Screenshot) _No response_
adam added the enhancement label 2026-04-24 23:49:26 +02:00
adam closed this issue 2026-04-24 23:49:27 +02:00
Author
Owner

@FreedomBen commented on GitHub (Dec 29, 2025):

I took a stab at implementing this in #1767 and I the biggest challenge here is actually the lack of numeric glyphs in the Material Symbols font. They only have 5, 10, and 30, which we're already using (see: https://fonts.google.com/icons?icon.query=forward)

I worked around that but there are some tradeoffs. More info in the commit message in https://github.com/advplyr/audiobookshelf-app/pull/1767

@FreedomBen commented on GitHub (Dec 29, 2025): I took a stab at implementing this in #1767 and I the biggest challenge here is actually the lack of numeric glyphs in the Material Symbols font. They only have 5, 10, and 30, which we're already using (see: https://fonts.google.com/icons?icon.query=forward) I worked around that but there are some tradeoffs. More info in the commit message in https://github.com/advplyr/audiobookshelf-app/pull/1767
Author
Owner

@github-actions[bot] commented on GitHub (Feb 11, 2026):

Fixed in v0.12.0-beta.

@github-actions[bot] commented on GitHub (Feb 11, 2026): Fixed in [v0.12.0-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.12.0-beta).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1126