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

Fixed bug where textareas / inputs didn't trigger keyboard on touch devi... #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pihish
Copy link

@pihish pihish commented Jun 26, 2014

If the element we are working with is an input or textarea, we use stopPropagation() instead of preventDefault() to preserve focus behavior on the input or textarea

@JordanMachado
Copy link

Hi there,
Thanks for your help pihish.
They must use stopPropagation() for tactile devices !

@pihish
Copy link
Author

pihish commented Jul 15, 2014

I am not sure what you mean Jordan. Can you explain?

@JordanMachado
Copy link

I'm currently working on a web app with a touch-screen 40' and when i
implemented the draggable property I can't triggered anymore a focus
programmatically and open the keyboard natively of the touch-screen due to
touch-punch.

2014-07-15 17:44 GMT+02:00 pihish [email protected]:

I am not sure what you mean Jordan. Can you explain?


Reply to this email directly or view it on GitHub
#171 (comment)
.

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.

2 participants