-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Bug]: Initilization on Firefox doesn't work. #87
Comments
After checking on production, it seems to only happen on local development. |
Thank you for your response. Unfortunately, it is not related to strict mode as we have it configured to |
@jkasten2 seems like there is an issue with migrating from v2 to v3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Works perfectly on Chrome, but on Firefox, the app using the package is not working. It doesn't give any errors/warnings so it is a bit difficult to know where the issue could be coming from.
One thing I noticed though is that, in Chrome, the indexedDb is automatically created once initialized, but on Firefox, you won't see any relevant database.
Not sure though if this only happens in local development.
Steps to reproduce?
What did you expect to happen?
Should work smoothly like on Chrome. Should have been initialized as intended.
Relevant log output
When you execute
OneSignal.isPushNotificationsSupported();
- it returnsfalse
.Firefox v108.0.1
MacOS v12.5.1
The text was updated successfully, but these errors were encountered: