cornerstoneDemo icon indicating copy to clipboard operation
cornerstoneDemo copied to clipboard

invert button doesn't work with touch

Open boxerab opened this issue 11 years ago • 1 comments

tapping invert makes the image change twice: invert, then back to original. So, it seems to receive two events.

boxerab avatar May 09 '14 02:05 boxerab

I have event handlers for both touch and mouse events. It sounds like your device may be trigger both of those on a touch and not just the touch (like iOS does). I'll need help with debugging this on other devices as I don't have an android device

chafey avatar May 09 '14 11:05 chafey