nozzle / nzScrollbar

A featherweight replacement scrollbar directive for angularJS
3 stars 4 forks source link

Tap events on touchscreens. #8

Open Christik opened 9 years ago

Christik commented 9 years ago

Cool plugin. But tap events aren't available inside scrollable div. Example, links don't work.

cosme-benito commented 9 years ago

I believe all you have to do is comment out the preventDefaults on the tap() function.

Christik commented 9 years ago

@cosme-benito, thanks for the tip. It works for me.

kotmatpockuh commented 8 years ago

hi there, maybe it was fixed in some version?