I have a page which uses Canvas for some Image operations. But as my site runs in Enterprise Mode, Canvas is not available and it throws error. I tried some Third party addons like "excanvas" and "FlashCanvas" but they do not work as
expected.
Is there any way i can disable Enterprise Mode specifically for this page or some alternative solution to this.
NOTE: I am using following plugin on my page : https://github.com/fengyuanchen/cropper
It utilizes canvas to get a cropped image and then convert it toDataUrl. I want this to function on IE with Enterprise mode enabled for my site.
↧
HTML Canvas in IE 11 Enterprise Mode
↧