-
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
Cannot get basic mapbox example to run in IE #2186
Comments
Thanks for getting in touch with us @davidcolley. Could you please tell us
|
Hi there, I’m using IE11 on Win7 64bit with an NVIDIA Quadro 2000M and the basic page is just blank white and does not allow any user interaction, even right click. Not sure if it helps but when I run my .NET script that is using the standard System.Windows.Forms.Webrowser (i.e. IE) through a debugger is fails on the line where the .js script is referenced. Thanks, |
Oh and... Context Name experimental-webgl Max Vertex Attribs 16 RGBA Bits 8, 8, 8, 8 Max Combined Texture Image Units 32 Max Render Buffer Size 16384 |
Hi. PCHere i had the same issue. I upgraded my graphics card in my office-PC and now it works. I had a Nvidia GT 210, replaced it with a Nvidia GT 720. Windows-PhoneI tried it out on my Windows-Phone with IE 11 but it does not work there :( |
This likely was fixed by #1606. Please try again on master and I'll reopen if the issue persists. |
Looks like the problem is there again, at least in IE11 on Win7
Can't see any maps on The second page does not alert |
@kachkaev run update on your Windows 7. See #2444 (comment) for more. |
Thanks for your reply @mourner! Makes sense. I'm afraid I won't be able to update IE as it is on a company-managed PC. Our client is likely to have the same env, so I'll probably have to give up gl-enabled maps in this project. Very exited about your stuff after a week of exploration though! Is |
Our previous investigation suggested that there would be additional compatibility issues beyond |
You're right @jfirebaugh, I'll see what I can do. Would it be possible to at least get |
Yep, agreed. We have an issue tracking that: mapbox/mapbox-gl-supported#1 |
I've written a script that uses GL-js and cannot get it to work on Internet Explorer but does on Chrome.
As an experiment, I then tried to get just the Mapbox basic example to work on IE and that fails as well :
https://www.mapbox.com/mapbox-gl-js/example/check-for-support/
It works from their own webpage but not when I copy the example code into an html file and load it. It does work on Chrome though as does my script.
Any ideas why it won;t run on IE?
or what needs changing in the example script to get it working?
many thanks
The text was updated successfully, but these errors were encountered: