You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
Firefox Mobile has included support for the unprefixed version of the web
notifications API since version 22. Unfortunately, it also seems to have kept
navigator.mozNotification around, though it no longer seems to work. Move
conditionals around in permissionLevel() so the unprefixed check takes
precedence over the moz-prefixed check.
Fixes GH ttsvetko#12.
Firefox Mobile has included support for the unprefixed version of the web
notifications API since version 22. Unfortunately, it also seems to have kept
navigator.mozNotification around, though it no longer seems to work. Move
conditionals around in permissionLevel() so the unprefixed check takes
precedence over the moz-prefixed check.
Fixes GH ttsvetko#12.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On my Firefox Android, your demo page does not work - the "Allow notifications" bar to turn them on is not displayed.
The text was updated successfully, but these errors were encountered: