khmyznikov / pwa-install

Installation dialog for Progressive Web Application. Provides a more convenient user experience and fixes the lack of native dialogs in some browsers.
https://www.khmyznikov.com/pwa-install
MIT License
358 stars 59 forks source link

Feat: Add localStorage option for 'hide' preference #96

Open hccullen opened 2 days ago

hccullen commented 2 days ago

Need

Currently, the user preference for hiding the PWA is stored only in sessionStorage, causing the prompt to appear each session. This may be undesirable.

Resolves: