[BUG-16346] Button: onMouseDown event triggers on a Touch Event

There is no difference between the desired behaviors of the onMouseDown and onTouchStart events. I’ve tried to just use the onMouseDown event but it does not always fire with the touch screen tablet. As the video shows the onMouseDown event only fires, randomly (may 1 out of 15 clicks).

I took a look at the mozilla link. Is it possible to utilize the preventDefault() function from within the perspective script?