We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When there is a TextField in wolt_modal_sheet and this TextField gets focus, the keyboard pops up and the entire wolt_modal_sheet will shift up.
When the keyboard is retracted, wolt_modal_sheet will return to its original position.
This causes the entire wolt_modal_sheet page to be reconstructed, which is not what I want.
Is there a way to make the keyboard pop up directly overlay on wolt_modal_sheet without wolt_modal_sheet shifting up and down?
The text was updated successfully, but these errors were encountered:
Fixed this and the PR #163. Introduced resizeToAvoidBottomInset field to the page.
Sorry, something went wrong.
ulusoyca
No branches or pull requests
When there is a TextField in wolt_modal_sheet and this TextField gets focus, the keyboard pops up and the entire wolt_modal_sheet will shift up.
When the keyboard is retracted, wolt_modal_sheet will return to its original position.
This causes the entire wolt_modal_sheet page to be reconstructed, which is not what I want.
Is there a way to make the keyboard pop up directly overlay on wolt_modal_sheet without wolt_modal_sheet shifting up and down?
The text was updated successfully, but these errors were encountered: