-
Notifications
You must be signed in to change notification settings - Fork 301
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
Firefox on Android not working #62
Comments
Apparently Firefox for Mobile has restrictions of payload length. In the meantime, you can disable automatic padding. |
To sum up, they have no easy way of supporting the standard 4096 bytes length and I don't feel a lot of enthusiasm to do so. I'll decrease the padding length, and update the README, in order to have more "out-of-the-box" compatiblity. Thanks for your feedback! |
Check out the release v1.3.3 :) |
Dear Minishlink, Yeah, Why did I get this error in Firefox android?
Thank you Warm regards, Albert |
Hi Albert, that must be a bug from the bridge between Firefox autopush and Google notification service. I can't help you, sorry. |
Hello.
web-push-php not working for Firefox on Android. For Firefox on Desktop all working.
example without vapid:
result without vapid:
example with vapid:
result with vapid:
I checked on the same device https://gauntface.github.io/simple-push-demo/. This demo working for Firefox on Android.
My payload very small.
What is the problem?
The text was updated successfully, but these errors were encountered: