-
Notifications
You must be signed in to change notification settings - Fork 124
Firefox for Android doesn't deliver every push notifications #103
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
Comments
Are you still having an issue? |
I still have this issue |
So do I. Any news, about that? |
Same here |
Dito Perhaps some where we can add: |
I don't know if it's related, but I'm getting version 1 of Mozilla webpush service endpoint (so https://updates.push.services.mozilla.com/wpush/v1/...), instead of version 2. And yes, notifications are not delivered, however there are no errors. |
Hi, im facing this issue too. |
I run into the same issue. It's explained here: SherClockHolmes/webpush-go#23 (comment) It's possible to set the automatic Padding to 3052 bytes in WebPush: https://github.com/web-push-libs/web-push-php#how-can-i-disable-or-customize-automatic-padding It could be added here: webpush/src/WebPushServiceProvider.php Line 33 in c8778df
But I think an option in the config to enable it, would be better. Another automatic way would be to check if the endpoints is v1: webpush/src/WebPushChannel.php Line 55 in 2272542
|
I think I've something here guys. Maybe you can make use of it too. Hope it helps. |
I tested in Firefox on my Android phone and got the following results:
|
The automatic padding is now (with v10.1.0) configurable with |
Thanks for the library. It is working well for Chrome/Firefox for MAC/Windows.
Also, working well with Edge for Windows and Android Chrome.
However, it is giving me a problem when it comes to Android FireFox.
I can subscribe and unsubscribe from Android Firefox. But when a message is sent to the client on Android Firefox below error is thrown:
The text was updated successfully, but these errors were encountered: