On devices such as iPad, the interface cannot be interacted with. Is there any scope for adding functionality, or if not possibly reverting the cropping for touch devices back to a standard upload field?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | imagefield_crop-keySupport-1961334-3-D7.patch | 605 bytes | lexfunk |
Comments
Comment #1
joetsuihk commentedThere is no plan for that. feel free to contribute, especially jcrop v0.9.12 claims it support touch device http://deepliquid.com/content/Jcrop.html
Comment #2
discane commentedJcrop last version from http://deepliquid.com/content/Jcrop.html works well with Imagefield crop module.
You need to replace it in /imagefield_crop/Jcrop/* and add "keySupport: false" option in /imagefield_crop/imagefield_crop.js file to string 73 (for fix jumping).
Comment #3
lexfunk commentedIt looks like the 7.x-1.x-dev version has Jcrop v0.9.12. I attached a patch that adds:
keySupport: false,Comment #4
1kubik commentedfor some reason the
the 7.x-1.x-dev version
isnt available anymore ...
https://www.drupal.org/node/1076896
but #2 works for me
thanks a lot!!
Comment #6
ram4nd commented