[PR #4828] [MERGED] Update PWA manifest #6415

Closed
opened 2026-02-05 10:31:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/4828
Author: @shashinma
Created: 2/5/2024
Status: Merged
Merged: 2/5/2024
Merged by: @ssddanbrown

Base: developmentHead: development


📝 Commits (1)

  • 9fa68fd Update PWA manifest orientation to any

📊 Changes

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

View changed files

📝 app/App/PwaManifestBuilder.php (+1 -1)

📄 Description

Changed the orientation settings in PwaManifestBuilder.php from 'portrait' to 'any'. This allows the PWA to adjust to any screen orientation, enhancing user flexibility.

Important

A decision was made to propose a configuration change after attempting to use BookStack on a tablet. Without this > change, webapk opens BookStack in portrait mode only.

These changes will enhance the positive user experience for users who do not possess the required technical skills.


🔄 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/BookStackApp/BookStack/pull/4828 **Author:** [@shashinma](https://github.com/shashinma) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/5/2024 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (1) - [`9fa68fd`](https://github.com/BookStackApp/BookStack/commit/9fa68fd8aba200ebc51589432afaf3aaf8bb2e39) Update PWA manifest orientation to any ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/App/PwaManifestBuilder.php` (+1 -1) </details> ### 📄 Description Changed the orientation settings in PwaManifestBuilder.php from 'portrait' to 'any'. This allows the PWA to adjust to any screen orientation, enhancing user flexibility. > [!IMPORTANT] > A decision was made to propose a configuration change after attempting to use BookStack on a tablet. Without this > change, webapk opens BookStack in portrait mode only. > > **These changes will enhance the positive user experience for users who do not possess the required technical skills.** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:31:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6415