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
Some widgets already have on_gain_focus and on_lose_focus handlers (e.g., TextInput); it would make sense for this capability to exist at the app and window level as well.
On mobile platforms that don't have multiple windows, these handlers map well onto the "foreground/background" lifecycle handlers.
Some widgets already have
on_gain_focus
andon_lose_focus
handlers (e.g., TextInput); it would make sense for this capability to exist at the app and window level as well.On mobile platforms that don't have multiple windows, these handlers map well onto the "foreground/background" lifecycle handlers.
See #2006 for discussion.
The text was updated successfully, but these errors were encountered: