When using this on Windows 8, I have noticed that any elements within the scrollable panel that have click events attached to them are ignored. I presume because on touchstart you are calling something to prevents any further events bubbling up. Is there a way to stop this?
Hmm.. I'm not sure if the library does anything that causes the events not to bubble. I'm not using windows, so I'd need to install it to even test this. Which browser were you using?
When using this on Windows 8, I have noticed that any elements within the scrollable panel that have click events attached to them are ignored. I presume because on
touchstart
you are calling something to prevents any further events bubbling up. Is there a way to stop this?