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
Great work, thank you.
Now to the point, if you have a texfield in a screen and try to edit the text, it will scroll all screens back to first one.
if I then scroll again to the screen having the text field without closing the keyboard, i will be able to edit it fine.
I guess it is because all the walktrough screens are actually in the same scaffold, so flutter tries to scroll back to the "top" so the text field doesn't get behind the keyboard.
The text was updated successfully, but these errors were encountered:
Hi,
Great work, thank you.
Now to the point, if you have a texfield in a screen and try to edit the text, it will scroll all screens back to first one.
if I then scroll again to the screen having the text field without closing the keyboard, i will be able to edit it fine.
I guess it is because all the walktrough screens are actually in the same scaffold, so flutter tries to scroll back to the "top" so the text field doesn't get behind the keyboard.
The text was updated successfully, but these errors were encountered: