Nickersoft / push.js

The world's most versatile desktop notifications framework :earth_americas:
https://pushjs.org
MIT License
8.76k stars 548 forks source link

Persist notification on electron #268

Open mikeyyyzhao opened 4 years ago

mikeyyyzhao commented 4 years ago

Great library and works like a charm on our web app on chrome. However with electron, the notification shows up and then disappears a few seconds later no matter how long I set the timeout or if I set requireInteraction to true. Is there a way to make this work on Electron so the notification persist until the user interacts with it?