控制 Web 推送通知在屏幕上的显示
Control Web Push notification display on screen
我正在使用 webPushlib/webpush 从我的节点服务器发送推送通知。
一切正常,但当我触发推送通知时,它只显示几秒钟。
我想显示直到用户操作(单击或关闭)。
您可以使用 requireInteraction option of the sendNotification method.
我正在使用 webPushlib/webpush 从我的节点服务器发送推送通知。
一切正常,但当我触发推送通知时,它只显示几秒钟。 我想显示直到用户操作(单击或关闭)。
您可以使用 requireInteraction option of the sendNotification method.