thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

The close button on mobile uses touchstart event #43

Closed superelement closed 6 years ago

superelement commented 6 years ago

I have a problem with the close button on mobile. Because it gets handled by "touchstart" event, when I "touchend" (lift my finger off the screen) it triggers an event for the element beneath the magnified image (in my case the burger menu). It would be good if the event could be overridden with another event, that way I could use "touchend" or "click" to solve this problem.

thdoan commented 6 years ago

Thanks for the suggestion, I will incorporate your changes for the next release.