I am Working on ionic based Application.My ionic app version is 1.2.4. I want to Crop Functionality in my application. I want to crop image Via Touch with irregular Shape. So anyone has Create touch cropper So plz help me.
For more clearly, look at below gif what I want.
Last 2 day I'm googling to find the solution and found that it's easy to do simple crop or square or rectangular crop but not getting crop image by touch.
If anybody has done it then suggest me in the right direction.
Pointer event is not working in mobile device, so this is the code with some modification with complete working in Ionic application Or any cross platform application.
And For View You have to add this 3 lines of html.
You need
You can look at https://github.com/alexk111/ngImgCrop and https://github.com/jeduan/cordova-plugin-crop
Basically I'm not ionic developer but After googling I found some code that might be helpful for you.
Check to run code snippet.