blueimp / JavaScript-Load-Image

Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.
https://blueimp.github.io/JavaScript-Load-Image/
MIT License
4.45k stars 924 forks source link

Not working on IOS 6.1 - perfect on IOS 7 and desktop #64

Closed James-Read closed 10 years ago

James-Read commented 10 years ago

Hangs on preview bar, does not display thumbnail preview - still uploads image. Not working on IOS 6. Seems fine everywhere else. Help would be very appreciated.

IOS simulator shows the following error in console.

Can't find variable: URL

part of the done: function

$(e.target).parents('.files').find('#files').append('’);

blueimp commented 10 years ago

I just tested the demo with iOS6 and could not reproduce any issues. I'll keep this open though.

James-Read commented 10 years ago

Thank you, I would really appreciate any feedback. On IOS 6 the progress bar remains and preview thumbnails do not update.

As I mentioned, the whole process works fine on other operating systems.

blueimp commented 10 years ago

Can you reproduce the issue on the demo?

James-Read commented 10 years ago

No I cannot reproduce the issue on the demo. Testing with xcode ios simulator. Thanks in advance for your help.

blueimp commented 10 years ago

OK in this case I'll have to close this issue, as it's a setup related problem. Feel free to use this ticket to post more information though.

James-Read commented 10 years ago

Ok thanks, would you mind pointing me in the right direction to help me fix my issue?

blueimp commented 10 years ago

Sorry, due to the large amount of requests I get for my open source projects I cannot provide individual support. I'd advise you to use the existing documentation, compare with the demo and if this doesn't help seek user support, e.g. at StackOverflow.

James-Read commented 10 years ago

Ok no problem, thanks for all of your hard work. Keep it up +1: