Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rotation on iOS 8 #12

Closed
william26 opened this issue Nov 30, 2015 · 1 comment
Closed

Rotation on iOS 8 #12

william26 opened this issue Nov 30, 2015 · 1 comment

Comments

@william26
Copy link

Hi,

I'm using this lib to rotate pictures, and it seems that vendor prefixes for the CSS transform property are needed on Safari (iOs 8) to be able to preview the rotation correctly. This is also written on the Can I Use page linked in the README (http://caniuse.com/#feat=transforms2d).

Would it be possible to add the -webkit- and the -ms- to support Safari iOs 8 and IE 9 ?

I can make a PR if needed.

Thanks :)

@fengyuanchen
Copy link
Owner

As the jQuery will add these vendor prefixes to the Cropper automatically, I forgot to add these prefixes to the Cropper.js manually. Thank you for your reminder.

@fengyuanchen fengyuanchen changed the title Rotation on iOs 8 Rotation on iOS 8 Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants