I encountered an issue with touchstart and touchmove events using knockout event binding where scrolling would get stuck (no preventDefault) and I also had trouble getting the click event to work properly. Interestingly, when I applied these events with jQuery instead, everything worked fine. Is this a known bug in knockout or am I not implementing it correctly?