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.
Actually, this can be achieved by adding a transparent view in onViewStartedZooming() to absorb click events and remove this view in onViewEndedZooming().
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.