awesome-cropper icon indicating copy to clipboard operation
awesome-cropper copied to clipboard

Not working in mobile devices

Open kiplramesh opened this issue 9 years ago • 2 comments

When i open this one in mobile device then the crop selection box is freeze, please let me know the solution for that one

kiplramesh avatar Oct 08 '15 05:10 kiplramesh

this plugin is exactly what i want but got some issue on mobile touch.. doesnt work....

uniqueie avatar Jul 14 '16 11:07 uniqueie

SOLVED

1 - Add below function and links in the index file (https://user-images.githubusercontent.com/33891347/33119720-e02268b4-cf95-11e7-9815-19c8981d1b72.JPG)

function addDraggable(){ $( ".imgareaselect-border4").draggable(); }

. 2 - Find build>jquery.awesome-cropper.js, Search for "setOriginalSize = function(img) {" and call "addDraggable()" from inside this function. (https://user-images.githubusercontent.com/33891347/33120236-70116c26-cf97-11e7-9eeb-9f3b87ca6cb2.JPG)

I was facing the same problem. It works fine now Enjoy

.

md-salm avatar Nov 22 '17 09:11 md-salm