-
Notifications
You must be signed in to change notification settings - Fork 112
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
Cropper functionality within canvas not working #97
Comments
In one of last commits he used I solved it by analyzing his demo on JSBin (http://jsbin.com/fukeqe/9/edit?html,js,output) Not sure if there are all features available in that old version, have to check! |
Ok! I've found an angular-crop lib that satisfies all my needs here: https://github.com/CrackerakiUA/ui-cropper |
This totally solved the issue. I prepared a fixed lib out of the jsbin as you suggested. |
Thanks @tarastmb . Now some of functionalities are working fine as per your suggested workaround ( fixed lib out of the jsbin). |
I'm using angular 1.5.5. The image is loaded correctly but cropper drag and resize doesn't work - no interaction with canvas possible. On hover, there is no effect as if the event not fired. Any known issues?
The text was updated successfully, but these errors were encountered: