-
Notifications
You must be signed in to change notification settings - Fork 115
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
Issue on Firefox Browsers #184
Comments
On Safari browsers only, Our SDK calls For Safari browsers: It's easy for third-party scripts running on the user's site to override the The error here is with the 3rd party script, and I'm afraid once that variable has been overwritten, there's nothing that can be done to restore it. For non-Safari browsers: If your user was running on a Firefox browser, the user agent This should not normally happen. The user may have had another Firefox extension that changes the user agent for testing (very unlikely), or was testing the site in Firefox's Dev Tools and mimicking a Safari device (possible), or something else happened that changed the user agent on the page. |
Feel free to reply if you have any other questions or concerns, but the above reply should be what you're looking for! |
One of my users got an issue like this on his console log (Firefox Browser):
TypeError: window.safari is undefined OneSignalSDK.js(line5, col 2143)
TypeError: window.safari is undefined OneSignalSDK.js(line2, col 18947)
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: