Closed F1LT3R closed 8 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.
I'm using bootstrap without jquery. I use angularstrap instead. This is a bad idea.
PR #22 fixes this without the need for any other libraries.
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.