IE9 Support for HTML5 Canvas tag

后端 未结 5 862
Happy的楠姐
Happy的楠姐 2021-01-01 13:24

I am trying to test out the canvas tag, I started with this code:


 
    This text is d         


        
5条回答
  •  萌比男神i
    2021-01-01 14:19

    Extending the answer from gor, make sure that you have added following metadata.

    
    

    This will force IE to use the latest mode as possible and users don't need to change the compatibility mode from developer tools.

提交回复
热议问题