peter-gribanov / serviceworker

Test Service Worker
MIT License
77 stars 91 forks source link

увеличить время отображения сообщения #1

Open nicdnepr opened 7 years ago

nicdnepr commented 7 years ago

счас по умолчанию 10-20 секунд, затем пропадает как увеличить? в статье не нашел, значит нельзя?

peter-gribanov commented 7 years ago

Нельзя. Смотрите спецификацию: https://developer.mozilla.org/ru/docs/Web/API/notification https://developer.mozilla.org/ru/docs/Web/API/ServiceWorkerRegistration/showNotification

freerider7777 commented 4 years ago

Можно добавить "requireInteraction": true - будет висеть пока не нажмете. https://developers.google.com/web/fundamentals/push-notifications/display-a-notification

peter-gribanov commented 4 years ago

@freerider7777 спасибо за ссылку. Странно, не помню, что бы этот параметр был ранее.

Еще пара ссылок по теме. https://web-push-book.gauntface.com/demos/notification-examples/#require-interaction https://developer.mozilla.org/en-US/docs/Web/API/notification/requireInteraction

nicdnepr commented 4 years ago

Супер, только уже забыл для чего мне это было нужно

freerider7777 commented 4 years ago

@nicdnepr ну может еще пригодится :))