bupy7 / yii2-widget-cropbox

This widget allows crop image before upload to server and send informations about crop in JSON format.
BSD 3-Clause "New" or "Revised" License
91 stars 33 forks source link

How to make the plugin work with mobile devices? (For Panning and zooming) #46

Closed nivedhar closed 7 years ago

bupy7 commented 7 years ago

Sorry for long answer. Panning feature didn't implement. Zooming you can do using cropbox.scale() method.

nivedhar commented 7 years ago

Can you please give some idea of how to implement panning effect in mobile?

bupy7 commented 7 years ago

For it need to add mobile support in the extension. It will take rather long time. You can upgrade the extension and after send me pull-request. Unfortunately, now I have not time for this job.