Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding touch support for mobile devices #17

Closed
wants to merge 1 commit into from

Conversation

F1LT3R
Copy link

@F1LT3R F1LT3R commented Apr 28, 2015

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.

…er. Uses jQuery special events, assuming that users will have jQuery running in the page as they are running Bootstrap anyway.
@lookfirst
Copy link

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

@hitchcockwill
Copy link

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

@F1LT3R F1LT3R closed this Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants