Post

Replies

Boosts

Views

Activity

Comment on Retaining selected picker when view is loaded
Even when I hardcode the 'weight' picker to be the default focus with .defaultFocus($controlSelection, .weight), it is the focused picker on the first load. However, any small drag gesture on the page resets the focus to the 'exercise' picker. See simplified example here. Is there a way to detect when a TabView page drag has completed, even if the current page hasn't changed? I tried dragGesture, but this didn't work.
Oct ’22