Skip to content

Add real fullscreen mode using the Fullscreen API (like YouTube videos) #1448

@nileshpahari

Description

@nileshpahari

Context

Currently, the BookReader fullscreen button only maximizes the viewer inside the browser tab.
It would be great to have true fullscreen support (like YouTube videos) using the Fullscreen API, where the browser UI is hidden and only the book pages are visible.

This would improve reading immersion.

Proposal & Constraints

  • Add a true fullscreen mode to BookReader using the Fullscreen API (element.requestFullscreen()

Precedent:

  • YouTube, Dailymotion and many web-based document/image viewers already use the Fullscreen API successfully.

  • The Fullscreen API is well-supported across all modern browsers, including mobile.

Additional Resources

Example implementation: element.requestFullscreen()
https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API

Success Metrics

  • Increase in time spent per reading session (less distraction → more immersion)

  • Positive user feedback about fullscreen mode

Stakeholders

@cdrini

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions