Add fullscreen setting for Komga epub reader on mobile#155
Open
fuzzyl0g1c wants to merge 1 commit into
Open
Conversation
Adds a "Fullscreen mode" toggle in epub reader settings that controls whether the Komga epub reader hides the status/navigation bars when opening a book on mobile. Defaults to enabled for the immersive reading experience. Also fixes the in-epub toolbar being clipped by the status bar when fullscreen is disabled (Android edge-to-edge). - Add fullscreen_enabled column to EpubReaderSettings (V13 migration) - Persist fullscreen setting with synchronous in-memory update so changes take effect before the screen model scope is cancelled on back navigation - Show the fullscreen toggle only for the Komga epub reader, not TTsu - Remove fullscreen enter/exit from TtsuReaderState (was never toggled by TTsu but the calls were present) - Add statusBarsPadding to epub content on mobile when not fullscreen so the webview and its toolbar render below the status bar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a "Fullscreen mode" toggle in epub reader settings that controls whether the Komga epub reader hides the status/navigation bars when opening a book on mobile. Defaults to enabled for the immersive reading experience. Also fixes the in-epub toolbar being clipped by the status bar when fullscreen is disabled (Android edge-to-edge).
Without this setting, the front facing camera on my Pixel 10 pro was getting in the way of epub text on the Komga ereader.