I have an event that is a "Mouse-click OR Touch-tap" condition. When I click on the widget it often registers twice: i.e. on, off in quick succession.
When I remove the touch condition it function fine...how do add back the Touch handler in such that it doesn't double-trigger like that?