kalisio / kdk

The Kalisio Development Kit
https://kalisio.github.io/kdk/
MIT License
22 stars 2 forks source link

PWA installation prompt visible in Firefox even if app is not built as a PWA #891

Closed claustres closed 3 weeks ago

claustres commented 4 months ago

The installPwa() function does not check if app is actually using PWA mode. Maybe this should also be managed at app level by not calling this function if not built as a PWA but we should provide a way to check it.