-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWA #105
Comments
iOS requires you to obtain the notifications permission. This is mentioned in the spec. Does this help? |
I already had permissions going using Should I be using WorkerNavigator instead? |
I figured out what's wrong. Seems like on iOS you can't do flag mode on |
Thanks for sharing what was going on. Turns out that you ran into #102. Closing the present Issue in favor of that. |
Apple has now supported badging API along with Push API https://developer.apple.com/documentation/safari-release-notes/safari-16_4-release-notes#Web-Apps
Though my attempts on implementing it on flutter PWA has failed. And strangely the same PWA running in chrome on android gets badge without even a line of badging API code.
I am wondering has anyone gotten badge working on iOS PWA?
The text was updated successfully, but these errors were encountered: