[PR #1387] [CLOSED] Feature: Option to keep screen on while reading #1571

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1387
Author: @ISO-B
Created: 11/21/2024
Status: Closed

Base: masterHead: feat_keep_screen_awake_while_reading


📝 Commits (2)

  • f6d0032 Feature: Option to keep screen on while reading
  • 335d04d Added updated package-lock.json

📊 Changes

5 files changed (+67 additions, -57 deletions)

View changed files

📝 components/modals/FullscreenModal.vue (+8 -2)
📝 components/readers/Reader.vue (+44 -3)
📝 package-lock.json (+10 -52)
📝 package.json (+1 -0)
📝 strings/en-us.json (+4 -0)

📄 Description

Hard work is done using capacitor-community/volume-buttons plugin. Option is disabled by default, but can be enable from Ereader settings. Should work on iOS and Android. This should resolve #1207

Tested with OnePlus One, Android 11.


🔄 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/1387 **Author:** [@ISO-B](https://github.com/ISO-B) **Created:** 11/21/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat_keep_screen_awake_while_reading` --- ### 📝 Commits (2) - [`f6d0032`](https://github.com/advplyr/audiobookshelf-app/commit/f6d003216ecf0d73ba5409de0a621b1bc3310064) Feature: Option to keep screen on while reading - [`335d04d`](https://github.com/advplyr/audiobookshelf-app/commit/335d04d226ec5eb7bbe7d55fa3e789a1977b0ab6) Added updated package-lock.json ### 📊 Changes **5 files changed** (+67 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `components/modals/FullscreenModal.vue` (+8 -2) 📝 `components/readers/Reader.vue` (+44 -3) 📝 `package-lock.json` (+10 -52) 📝 `package.json` (+1 -0) 📝 `strings/en-us.json` (+4 -0) </details> ### 📄 Description Hard work is done using capacitor-community/volume-buttons plugin. Option is disabled by default, but can be enable from Ereader settings. Should work on iOS and Android. This should resolve #1207 Tested with OnePlus One, Android 11. --- <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:59:23 +02:00
adam closed this issue 2026-04-24 23:59:23 +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#1571