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?

Comments

joetsuihk’s picture

There 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

discane’s picture

Issue summary: View changes

Jcrop 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).

lexfunk’s picture

StatusFileSize
new605 bytes

It looks like the 7.x-1.x-dev version has Jcrop v0.9.12. I attached a patch that adds:
keySupport: false,

1kubik’s picture

for 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!!

  • ram4nd committed f85fb14 on 7.x-2.x authored by lexfunk
    Issue #1961334 by lexfunk, discane, 1kubik: Imagefield crop does not...
ram4nd’s picture

Component: User interface » Code
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.