safwanrahman / django-webpush

Web Push Notification Package for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscribe button always shown when using Incognito Tab

rturket opened this issue · comments

Subscribe button always show "subscribe" when using Incognito Tab.
Maybe there is a way to hide it when in Incognito Tab.

Update: The real problem seems to be that the browsers had to remove the detection options that we could use.

Incognito mode doesn't permit you to send notifications to the user, as it needs to be incognito.

hello @vmesel ! Thank you for the reply.

Do you know to handle it so the user never sees the subscription button on incognito mode?