From ad1103968ee89527491bf0b01773a603a48ea365 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 12 Aug 2024 06:32:28 -0600 Subject: [PATCH] Add docs for installing Frigate as PWA --- docs/docs/configuration/mobile_app.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/docs/configuration/mobile_app.md diff --git a/docs/docs/configuration/mobile_app.md b/docs/docs/configuration/mobile_app.md new file mode 100644 index 000000000..dde44e7ea --- /dev/null +++ b/docs/docs/configuration/mobile_app.md @@ -0,0 +1,24 @@ +--- +id: mobile_app +title: Mobile App +--- + +Frigate supports being installed as a [Progressive Web App](https://web.dev/explore/progressive-web-apps) on Desktop, Android, and iOS. + +This adds features including the ability to deep link directly into the app. + +## Requirements + +In order to install Frigate as a PWA, the following requirements must be met: + +- Frigate must be accessed via a secure context (localhost, secure https, etc.) +- On Android, Firefox, Chrome, Edge, Opera, and Samsung Internet Browser all support installing PWAs. +- On iOS 16.4 and later, PWAs can be installed from the Share menu in Safari, Chrome, Edge, Firefox, and Orion. + +## Installation + +Installation varies slightly based on the device that is being used: + +- Desktop: Use the install button typically found in right edge of the address bar +- Android: Use the `Install as App` button in the more options menu +- iOS: Use the `Add to Homescreen` button in the share menu \ No newline at end of file