Is there a way to use Canvas in IE7 or IE8?

后端 未结 3 380
Happy的楠姐
Happy的楠姐 2021-01-12 23:53

Is there any workaround to use \"Canvas\" tag in IE7 and IE8 ? Pls let me know.




        
相关标签:
3条回答
  • 2021-01-13 00:44

    No. Canvas element is supported only in IE9.

    0 讨论(0)
  • 2021-01-13 00:55

    Yes, there is a project to simulate the canvas API on older versions of IE (7 and 8).

    You can find it here, simply include the JavaScript file and go on as canvas was supported.

    Please note that is another layer of JavaScript code on the top of IE (and it's not famous to be very fast to parse JavaScript...)

    0 讨论(0)
  • 2021-01-13 00:56

    Yes there is : https://developers.google.com/chrome/chrome-frame/

    But as with any modern web technology, you'll have to make extensive tests while developping. And depending on your deployement location, you may be forbidden to use that (sysadmins still imposing IE7 may have strange requirements).

    0 讨论(0)
提交回复
热议问题