-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
[BUG] keyboard cause pane created at wrong position #245
Comments
Hello @henryyuuu ! |
after some tests and tracing the code, i found that this bug is cause by |
@henryyuuu Thank you. Are you able to share code or repo, so I can easy and fastly debug it? |
The code i mentioned above is here. |
|
In my use case, there's an input field for user to type some text with keyboard. After user click search button on keyboard, a new pane will be created immediately, and the keyboard will close at the same time.
however, it seems that the bottom of the pane will be in the middle of the screen, which is the top position of the keyboard which is already closed.
Instead of create the pane with a small delay, is there any better way to re-calculate the position of the pane?
Thanks very much!
The text was updated successfully, but these errors were encountered: