Mobius1 / Selectable

Touch enabled selectable plugin inspired by the jQuery UI widget.
MIT License
142 stars 22 forks source link

Can't click link on mobile #14

Open decadence opened 6 years ago

decadence commented 6 years ago

Hello. I have selectable table rows and selection works fine. But problem is I can't click link in row (plugin just select row but link doesn't work).

Any way to handle this?

Android Chrome latest.

Mobius1 commented 5 years ago

Possible fix with the ignore option.

decadence commented 5 years ago

Thanks, I will try it later

decadence commented 5 years ago

This doesn't help, moreover I can't scroll table by swipe on it: viewport doesn't move and rows are selected instead. It can be reproduced even without Android Phone: on device toolbar in Chrome Dev Tools.

decadence commented 5 years ago

2018-10-09_14-16-08 Here I can't click on link on phone (or Chrome phone emulation), plugin just selects row. On desktop version link can be clicked.

decadence commented 5 years ago

Selectable needs option disableOnMobile at least.