sebastianha / angular-bootstrap-checkbox

A checkbox for AngularJS styled to fit the Twitter Bootstrap standard design
MIT License
148 stars 66 forks source link

Adding touch support for mobile devices #17

Closed F1LT3R closed 8 years ago

F1LT3R commented 9 years ago

Uses jQuery special events, (assuming users have jQuery running in the page as they are running Bootstrap anyway), we can bind to touchStart as well as click. Doing this we can cut down the response time of touching the screen from ~300ms to ~50.

lookfirst commented 9 years ago

I'm using bootstrap without jquery. I use angularstrap instead. This is a bad idea.

hitchcockwill commented 9 years ago

PR #22 fixes this without the need for any other libraries.