imablanco / Zoomy

Zoomy is an easy to use pinch-to-zoom Android library
918 stars 120 forks source link

Disable click during zooming #14

Closed katie-cb closed 6 years ago

katie-cb commented 6 years ago

Hi, I noticed that the views in the background are still receiving click and touch events during zooming. Would be nice to have the option to disable background touch/click events during zooming.

katie-cb commented 6 years ago

Actually, this can be achieved by adding a transparent view in onViewStartedZooming() to absorb click events and remove this view in onViewEndedZooming().