Hello!
How do i implement a "Fast touch button" with the knockout click binding?
I am building a front end application that should also work on mobile devices. Right now, the
click events are being delayed by 300 ms (by the mobile browser). Alot of people have been tinkering with this, possible solutions are available here (
http://brian.io/slides/debug-mobile/#/32). But - I really need to figure out how to change the click binding (or perhaps creating a fastClick binding) allowing me to implement triggering my ViewModels click function without waiting for the 300ms sleep. Ofcourse the fastclick binding should also work in a normal, non touch, browser.
Do you have any ideas? Any help is most welcome.
Have a great day / night!