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 the keyboard appears, scroll so that some relevant items appear on tge screen.
On the block screen, that would mean that, when the keyboard appears on tapping a set text field, the screen scrolls so that all sets for that exercise are shown (when possible)
On the "New block" sheet, make sure all elements of the sheet are shown (block name + microcycle settings + button)
The text was updated successfully, but these errors were encountered:
On the new block sheet, I used bringIntoFocusRequester to bring the validation button into view but it doesn't work. It seems that, since the button is already visible BEFORE the keyboard shows, nothing happens to bring it into view
And it works ! What I've done is make it so the screen scrolls to the last set for the same exercise when focusing any set. But if there are a lot of sets (9 or so), it could hide the set we're actually focusing and writing to.
When the keyboard appears, scroll so that some relevant items appear on tge screen.
On the block screen, that would mean that, when the keyboard appears on tapping a set text field, the screen scrolls so that all sets for that exercise are shown (when possible)
On the "New block" sheet, make sure all elements of the sheet are shown (block name + microcycle settings + button)
The text was updated successfully, but these errors were encountered: