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

### Audiobookshelf App Version
iOS App - 0.9.78
### Current Implementation (Screenshot)
_No response_
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)
@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
@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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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)
Audiobookshelf App Version
iOS App - 0.9.78
Current Implementation (Screenshot)
No response
@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
@github-actions[bot] commented on GitHub (Feb 11, 2026):
Fixed in v0.12.0-beta.