-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
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
[Dialog] Bad repositioning when closing keyboard after editing a TextField on mobile #4045
Comments
Hey @skasch, are you building a mobile app only or is this a web app thats mobile responsive? Reason I'm asking is I'm having trouble controlling my dialog component with media queries. |
Hey @IrvingAxelB, I am building a responsive web app! |
Try to add
|
There is still issue with using Dialog and TextField on Chrome on iPad when the onscreen keyboards opens. First, the Safari on Ipad works much better. When tap on a TextField of a dialog, the keyboards shows up and the dialog doesn't resize or re-position with the following code. This is much better user experience. When the keyboard hides, there no re-positioning or resizing either. With Chrome on iPad (not repro on Windows), when keyboard shows up after using start editing a TextField, the dialog will be resized. When the keyboard hides, the dialog will be repositioned to lower part of the screen. Even worse when I use more complex control on the dialog such as RichText editing control, the dialog will be resized and repositioned out the screen.
|
This issue was fixed along the way on the v1-beta branch. |
Problem Description
Hello!
So, I found the following issue: on mobile phone, when I fill a TextField inside a Dialog, I have a weird behavior appearing:
The code for the Dialog is the following:
Versions
The text was updated successfully, but these errors were encountered: