olavk
Results
2
comments of
olavk
Yes i had the same problem. Fixed it with: $('body').hammer().on("tap", ".touch-carousel a", function(event) { window.location=$(this).attr('href'); }); This requires Hammer.js jQuery plugin. However, this is not ideal, because our solution required...
Please update README.md so it is plain and clear. Right now it is very confusing