JacobDB / pwa-install-prompt

Prompt users to add your PWA to their home screen, since Apple won’t.
https://jacobdb.github.io/pwa-install-prompt/demo/
MIT License
125 stars 5 forks source link

Add `destroy` method #3

Closed JacobDB closed 6 years ago

JacobDB commented 6 years ago

iosInstallPrompt.destroy();

The idea is to completely remove the element from the page if it's destroyed. I'm not sure if this the appropriate way to do this, or if this would be better handled by users with the upcoming .close() method.

JacobDB commented 6 years ago

Closing in favor of #2