Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngClick): prevent soft keyboard from disappearing on input click #12866

Closed

Conversation

steven10172
Copy link

Currently ngClick calls blur on all elements and this causes keyboards
on touch devices to bounce and sometimes not appear. This is a fix
for #11358 and should allow input fields to keep the keyboard visible
without bouncing in and out of view or never appearing.

Closes #11358

Currently ngClick calls blur on all elements and this causes keyboards
on touch devices to bounce and sometimes not appear. This is a fix
for angular#11358 and should allow input fields to keep the keyboard visible
without bouncing in and out of view or never appearing.

Closes angular#11358
@steven10172
Copy link
Author

Currently ngClick calls blur on all elements and this causes keyboards
on touch devices to bounce and sometimes not appear. This is a fix
for angular#11358 and should allow input fields to keep the keyboard visible
without bouncing in and out of view or never appearing.

Closes angular#11358
…ngular.js into issue-11358-ngclick-mobile

Conflicts:
	src/ngTouch/directive/ngClick.js
@steven10172 steven10172 deleted the issue-11358-ngclick-mobile branch September 16, 2015 03:15
@steven10172 steven10172 restored the issue-11358-ngclick-mobile branch September 16, 2015 03:16
@steven10172 steven10172 deleted the issue-11358-ngclick-mobile branch September 16, 2015 03:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngTouch doesn't work
2 participants