Nickersoft / push.js

The world's most versatile desktop notifications framework :earth_americas:

Home Page:https://pushjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persist notification on electron

mikeyyyzhao opened this issue · comments

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?