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
I believe that has to do with the inline style property touch-action: manipulation; on input elements that is added by ember-hammertime (which ember-gestures uses)
@runspired will correct me where I am (completely) wrong - but thats cool, I'd like to learn as well
(perhaps you cannot double tap on an element with touch-action: manipulation; on iOS - so content editable maybe becomes problematic - all speculation though, dont take my word for it)
That's not an answer but take a look at the input field and note the inline style and with some research let us know your findings, if you have time
The element with gestures system will cause contenteditable element lose focus on iOS.
The text was updated successfully, but these errors were encountered: