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
I added a TextFormField inside the dailog, issue I am having is when keyboard pops up the field lies under the keyboard, it doesnt moves up.
The text was updated successfully, but these errors were encountered:
can you post you code here
Sorry, something went wrong.
@AndroidHensen try this code:
YYDialog().build() ..width = MediaQuery.of(context).size.width - 48 ..height = 400 ..borderRadius = 15 ..widget( Padding( padding: EdgeInsets.all(24), child: TextField( controller: myController, ), ), ) ..show();
the keyboard is blocking the popup
@AndroidHensen any update on this issue?
@AndroidHensen any updates or workarounds?
@AndroidHensen Any updates on this issue?
No branches or pull requests
I added a TextFormField inside the dailog, issue I am having is when keyboard pops up the field lies under the keyboard, it doesnt moves up.
The text was updated successfully, but these errors were encountered: