Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swipe action binding in knockoutjs

I am using knockout as main framework in my application and it has to support tablets and mobile devices. As the framework is built on binding handlers I wonder how can custom binding to actions (like swipe and other device specific ones) be achieved, or maybe there is something like this done?

like image 694
Naz Avatar asked May 04 '12 10:05

Naz


Video Answer


1 Answers

Probably too late, but here is a library that adds touch binding to knockoutjs: https://github.com/yaroslavya/knockouch

like image 148
Yaroslav Yakovlev Avatar answered Oct 13 '22 18:10

Yaroslav Yakovlev