Timo Moss
Timo Moss
@bcabanes Hello, There is still no any decent cropper for new Angular versions. Is there any chance for your plugin to be updated?
@zhanziyang Crhis, thanks a lot for the example. It works nice on descktops, for some reason it doesn't work in mobile browsers. Do I need to add anything to make...
Hi @zhanziyang, Probably you were really too busy. Anyway, it would be great if you fix double tap in mobile browsers in this example.
Hi, I'm also interested in.
> With my [PR](https://github.com/anvaka/panzoom/pull/50) it can be achieved with options below: > > ``` > { > bounds: true, > boundsPadding: 1, > boundsDisabledForZoom: true > } > ``` Is...
> > It would be _super_ helpful to be able to only set width or height and have the other value depend on the native height/width of the image... Is...
Thank you for the explanation. Also thanks for the intention to improve. Please also take into account a rotation possibility if it is possible for you. I'll keep track your...
Thank you again. Is setScale(scale: number) a setter for the privet property zoomScale? Also is it possible to get access to the picture after it is loaded? Regarding rotation, I...
Wow, Thanks a lot for the new version, now it is much better. Is it available via npm already?
@Enlcxx Thank you for the example and for the great improvement. Can I ask you a question more? Is there a possibility to get an image size on 'loaded' for...