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 running an eframe app on web, sometimes focus is not properly assigned to the hidden text <input> (referred to as "text agent" from this point on) which results in strange behavior.
So far we've observed:
Selecting text in a mutable text field on any platform doesn't focus the text agent at all
Clicking on a mutable text field sometimes doesn't work on iOS, MacOS, and Android
The text was updated successfully, but these errors were encountered:
When running an
eframe
app on web, sometimes focus is not properly assigned to the hidden text<input>
(referred to as "text agent" from this point on) which results in strange behavior.So far we've observed:
The text was updated successfully, but these errors were encountered: