Search code examples
javascriptjqueryinternet-explorer-8jvectormap

How can I make that the jvectormap plug-in works on IE8?


i'm developing a web page sing the plug-in "JVectorMap". I'm using the latest version, which you can find here: http://jvectormap.com/download It works fine on FireFox, Chrome and also IE9 and IE10. Nevertheless, I need it to work on IE7 and I just can't make it work! It just shows me a blank page on the monitor and in all the other browsers, they show me the entire map with the desired characteristics.

Does someone have experienced something similar or have a guess? Thanks a lot!


Solution

  • you need to implement excanvas.js

    Canvas tags which jvector map uses are not supported in ie8 call the plugin before any canvas tags are called and your map will work correctly.