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
When selecting an emoji from the picker on a touch screen device (I tried it on iPhone SE & iPad), two taps are required to trigger the emojiSelect and/or emojiClick events and close the picker.
That behavior might well be intended! (Otherwise, if [showPreview]="true" is set it would be impossible to see said preview.)
However - when setting [showPreview]="true" it would be useful to have it react to a single tap. Therefore I suggest adding a new boolean Input (e.g. emitOnTouch) that causes this behavior.
The text was updated successfully, but these errors were encountered:
floAtEbcont
added a commit
to floAtEbcont/ngx-emoji-mart
that referenced
this issue
Sep 18, 2018
When selecting an emoji from the picker on a touch screen device (I tried it on iPhone SE & iPad), two taps are required to trigger the
emojiSelect
and/oremojiClick
events and close the picker.That behavior might well be intended! (Otherwise, if
[showPreview]="true"
is set it would be impossible to see said preview.)However - when setting
[showPreview]="true"
it would be useful to have it react to a single tap. Therefore I suggest adding a new boolean Input (e.g.emitOnTouch
) that causes this behavior.The text was updated successfully, but these errors were encountered: