-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
GL JS examples not working on Chrome & Firefox, but ok with IE #3826
Comments
Hi @RedRise. If I understand your report correctly, you're loading examples without a network connection, and expecting a full map to be rendered. Whether this would work or not depends on the behavior of the browser cache. If the browser determines that it needs to fetch a network resource, but network access is not available, there's nothing that Mapbox GL JS could do -- it needs that data in order to render a map. |
Hi @jfirebauch. Unfortunately no, I'm always connected, and have a running internet connection. I'm updated my initial question to remove any ambiguity. |
Ok, thanks for the clarification. Do the examples work for you on Chrome and Firefox when you are logged into your Mapbox account? |
No, Chrome and Firefox dont work even if I'm logged to my Mapbox account neither. |
Are there any messages in the developer console? Can you post the output of |
Could this be related to #2270? |
Hello everyone,
I'm going through strange behaviors with mapbox-gl-js, depending the brower I use.
Strange behavior description
Thank you for your help, and have a nice week end!
The text was updated successfully, but these errors were encountered: