jsibbold / zoomage

A simple pinch-to-zoom ImageView library for Android
http://jsibbold.github.io/zoomage
Apache License 2.0
316 stars 77 forks source link

zoom to last position zoom when click button #102

Open saeedmpt opened 3 years ago

saeedmpt commented 3 years ago

I want to zoom in to the last place I zoomed in on. I used the reset() method to exit zoom. But I do not know how to zoom in on the last position I zoomed in on before. Please add a method for this.