Windy API V4 not Working in IE11
-
Windy API V4 is not working in IE11 Why is it so ? Can we have any Solution for running the Windy in IE. I can able to see the Windy works fine in Firefox, Chrome,Edge etc. But it is not working in IE. Please anyone suggest me a solution for the Problem. Thanks in Advance
-
There are some bugs in IE11, but it works for me: https://gis.ee/lb/
Have you compiled you code? https://babeljs.io/repl
IE11 does not like arrow functions and other new features.
-
hi siim can you tell me what bug is present in IE11 for Windy to Load the Map. I am using this link https://www.windy.com/v/16.17.0.lib.ff8f/libBoot.js and https://unpkg.com/leaflet@0.7.7/dist/leaflet.js its not Working in Firefox also now. I am not able to get solution for this. when i load my project with windy page it shows blank screen and my icons are present but icons doesn't work properly. Please Provide me a solution for my problem. Thanks in Advance
-
Without code and error messages I cant help you
-
And please stop spamming same thing everywhere.
-
This post is deleted! -
siim This is my code have a look at it.
-
As I told you before you need to compile your code for IE11!
You are using "=>" and other things which are not supported by IE11.
It is not Windy bug.
-
Siim I have compiled the code using https://babeljs.io/repl I got a output and i replaced the Compiled code windy is loading but it shows gray screen. how can we get the map in it.
-
I created test page for you: https://gis.ee/ie11.html
It should mostly work, but IE11 is old browser and maybe it is easier to show plain leaflet map for old browsers.
View source and try to make changes to your app.