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
Hi,
Thank you for this amazing framework. We are looking to adopt it for our apps.
KeyboardAvoidingView does not restore layout when keyboard is closed. It can be easily reproduced using the kitten tricks app.
Steps to reproduce the behavior:
Result: View has a top padding that should not be there.
Images attached: https://drive.google.com/file/d/12FHl6QthTi-q0FdmjLlQQfjh4pKkpO_x/view?usp=sharing https://drive.google.com/file/d/1kb4-qaG_OE6yNHjj82iieNPXXIraCq6X/view?usp=sharing
Layout should have no top padding and look like before opening keyboard
Android device is Huawei P30 and runs Android 10
The text was updated successfully, but these errors were encountered:
I thin this should be on the framework itself. Kitten tricks app is just a simple way to reproduce the issue. Does this make sense?
Many thanks, Radu
Sorry, something went wrong.
@radud KeyboardAvoidingView is not a part of UI Kitten, so it still a Kitten Tricks issue
Duplicates #280
No branches or pull requests
Hi,
Thank you for this amazing framework. We are looking to adopt it for our apps.
🐛 Bug Report
KeyboardAvoidingView does not restore layout when keyboard is closed. It can be easily reproduced using the kitten tricks app.
To Reproduce
Steps to reproduce the behavior:
Result:
View has a top padding that should not be there.
Images attached:
https://drive.google.com/file/d/12FHl6QthTi-q0FdmjLlQQfjh4pKkpO_x/view?usp=sharing
https://drive.google.com/file/d/1kb4-qaG_OE6yNHjj82iieNPXXIraCq6X/view?usp=sharing
Expected behavior
Layout should have no top padding and look like before opening keyboard
UI Kitten and Eva version
Environment information
Android device is Huawei P30 and runs Android 10
The text was updated successfully, but these errors were encountered: