[PR #1003] [MERGED] Disable iOS swipeBack in fullscreen audio player #1488

Closed
opened 2026-04-24 23:58:48 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1003
Author: @benonymity
Created: 12/23/2023
Status: Merged
Merged: 1/1/2024
Merged by: @advplyr

Base: masterHead: playerSwipeBack


📝 Commits (3)

  • 29086fc fix: no swipeback when audio player fullscreen
  • 3315f61 Merge branch 'master' into playerSwipeBack
  • 98a465c Update components/app/AudioPlayer.vue

📊 Changes

1 file changed (+5 additions, -1 deletions)

View changed files

📝 components/app/AudioPlayer.vue (+5 -1)

📄 Description

Simple touchstart intercept when swiping within 20 pixels of the edge of the screen (does not interfere with scrubbing, skipping, etc.) Fixes #681


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1003 **Author:** [@benonymity](https://github.com/benonymity) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `playerSwipeBack` --- ### 📝 Commits (3) - [`29086fc`](https://github.com/advplyr/audiobookshelf-app/commit/29086fc783d7641d2d6c2ea6aac83d7df440ee81) fix: no swipeback when audio player fullscreen - [`3315f61`](https://github.com/advplyr/audiobookshelf-app/commit/3315f61ae4a21a5f62e8a1734a339f5359ec66aa) Merge branch 'master' into playerSwipeBack - [`98a465c`](https://github.com/advplyr/audiobookshelf-app/commit/98a465c7b4013a88f95213cd8c6f17af8b029817) Update components/app/AudioPlayer.vue ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `components/app/AudioPlayer.vue` (+5 -1) </details> ### 📄 Description Simple touchstart intercept when swiping within 20 pixels of the edge of the screen (does not interfere with scrubbing, skipping, etc.) Fixes #681 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:58:48 +02:00
adam closed this issue 2026-04-24 23:58:48 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1488