awesome-cropper
awesome-cropper copied to clipboard
Not working in mobile devices
When i open this one in mobile device then the crop selection box is freeze, please let me know the solution for that one
this plugin is exactly what i want but got some issue on mobile touch.. doesnt work....
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
.