Why Build Progressive Web Apps: Push, but Don't be Pushy! Video Write-Up

Thomas SteinerによるWeb上の優れたプッシュ通知に関する素晴らしい記事とビデオ、およびサンプルです。

A particularly bad practice is to pop up the permission dialog on page load, without any context at all. Several high traffic sites have been caught doing this. To subscribe people to push notifications, you use the the PushManager interface. Now to be fair, this does not allow the developer to specify the context or the to-be-expected frequency of notifications. So where does this leave us?

Read full post

Web Pushは驚くほど強力なAPIですが、悪用してユーザーを煩わせるのは簡単です。あなたのサイトにとって悪いことは、あなたが警告なしにプロンプトを出したためにユーザが通知をブロックした場合、あなたは再び尋ねる機会を得られないということです。

ユーザーを尊重して扱い、コンテキストはWebプッシュ通知の王者です。

Paul Kinlan

Trying to make the web and developers better.

RSS Github Medium