Whats the status on this? I found a solution using hammer.js : $('#container').hammer({drag_block_horizontal: true}); ,but then I have to include this library for this funtionality only.
Whats the status on this?
I found a solution using hammer.js :
$('#container').hammer({drag_block_horizontal: true});
,but then I have to include this library for this funtionality only.