使网络推送通知显示更长时间

Make web push notifications to show for longer

我们使用 firebase 在我们的 React 应用程序中集成了网络推送通知,它在前台和后台都运行良好。当应用程序在前台时,我们附加了一个 event listener (onMessage) that will handle the event and will create a push notification with the Notification 对象。它也工作正常。

我的问题是,有什么方法可以增加向用户显示通知(前台通知)的时间?目前它会显示 5 到 6 秒(在 Brave 中,Linux Mint)。

提前致谢

不可以,您不能增加通知显示的时间。