cropit
cropit copied to clipboard
Not Working on IE 11 and Safari 5.1.7 (windows)
On image file select this don't load in the previewer container, so it can't be exported as data url 64 img the value of this is undefined
In Google Chrome, Firefox and Opera works ok.
UPDATE
I has tested use:
$imageCropper.cropit('imageSrc', 'http://placekitten.com/g/1280/800');
and the image load in preview container, but still not working with the local image files
Safari 5.1.7 does not support FileReader, which cropit depends on.
I'm not sure about IE 11 -- it should work. Are you getting any error in the console?
I am facing this issue in IE10. The image is not loading on IE10 (It loads though on edge/chome/firefox) once we refresh the page. loadImage function after the line this.preImage.src = imageSrc; throws the error "image failed to load."
This is strange. Please could someone look into it.