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
This was an issue that is already solved in this issue but the name is a bit tricky [https://github.com//issues/88] i made it to for people to find it easily
This is done because of keyboardDismissMode=#"on-drag"
Solution: enableResetScrollToCoords=true (In my case i just assign it for IOS)
This just happens when there are multiple elements and you need to actually scroll inside the KeyboardAware, if few elements are there and you don't need to scroll it will work perfectly
The text was updated successfully, but these errors were encountered:
This was an issue that is already solved in this issue but the name is a bit tricky [https://github.com//issues/88] i made it to for people to find it easily
This is done because of keyboardDismissMode=#"on-drag"
Solution: enableResetScrollToCoords=true (In my case i just assign it for IOS)
This just happens when there are multiple elements and you need to actually scroll inside the KeyboardAware, if few elements are there and you don't need to scroll it will work perfectly
The text was updated successfully, but these errors were encountered: