You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ngClick): prevent soft keyboard from disappearing on input click
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.
Closesangular#11358
0 commit comments