django-webpush
django-webpush copied to clipboard
Web Push Notification Package for Django
Is it possible to make the URL open in a popup window instead of a new tab?
Think you need to remove/comment the top url import line in webpush/urls.py:- ``` #from django.conf.urls import url from django.urls import path from django.views.i18n import JavaScriptCatalog from django.views.decorators.cache import cache_page from...
When a subscription is connected to more than one users (for example two users are using the same pc intermediately) , the notification shows for both. This way when we...
@safwanrahman - [ ] Kindly add a method to add Group and allocate users to them. - [ ] Kindly add meta class to models of Subscription and Push Notifications....
Hello, In my current application, I use a python backend that communicated my frontend using rest framework with a json web token authentication. In that matter, I would like to...
Hello! I'm facing issue about subscription step. On Firefox ``` Subscription error. Arguments 0: DOMException: Invalid raw ECDSA P-256 public key. ``` On chrome ``` Subscription error. Arguments [DOMException:...
Hello every thing working fine but when I browse my site with my chrome android I get this in "webpush-message" "service worker is not supported in your browser" chrome android...
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...
I have this problem can u help me
Button can be for example simple icon without any text with bell changing to icon with crossed "X" for unsubscribing. Or like in my case it can contain both icon...