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

Feature disable close #49

Closed jalamprea closed 7 months ago

jalamprea commented 7 months ago

Added a new attribute to allow users to enable or disable the close handler. On iOS, it will remove the Close button on the template On Chrome, it will block the drag handler to avoid dismissing the drag panel.

By default the option is false, so the close button will be visible.

This PR solves issue #48

khmyznikov commented 7 months ago

Thanks a lot, very good contribution! 🫡