-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pinch-to-zoom function like Google Maps #9
Comments
Yes I'd love to have this functionality. As well as a really smooth way to handle the zoom. :) |
Please check out https://github.com/jasonpolites/gesture-imageview |
@edofic Yes I agree. Actually this widget could supersede the other one, just have a picture with one tile only in some cases. I will see to it, holiday now and hopefully there is time for it. |
@edofic and @SLv99 if you have time pls. take a look at the updated sample. The pinch-to-zoom works, but it's without the zooming effect like in GMaps and once zoomed, the coordinate translation seems a bit off. Both things that can be fixed I guess. Thanks, Seb |
This is a very efficient tiled view library out there. If it can include the pinch to zoom functionality as in edofic link, then this will be very nice. I tried to implement this by trying different set of parameters to smoothScrollTo(...) method but had no luck. Could anyone please tell me where am I going wrong? Now, irrespective of parameter changes to smoothScrollTo(...), it always start filling tiles from top left corner on zoom. |
Thanx for this awesome library!
Maybe it's an idea to add a zoom effect like Google Maps. When you zoom in, the image where you zoom on will be stretched till both fingers are released, from that point the new tiles will be loaded.
The text was updated successfully, but these errors were encountered: