Skip to content
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

KeyboardAvoidingView does not restore layout when keyboard is closed (Android only) #288

Closed
radud opened this issue May 5, 2020 · 3 comments
Labels
duplicate Issue is duplicate of another one

Comments

@radud
Copy link

radud commented May 5, 2020

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:

  1. Open kitten tricks apps
  2. go to articles -> Article 3
  3. scroll to have comments input on the bottom of the screen
  4. click comments input
  5. close the keyboard with down triangle

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

Package Version
@eva-design/eva 2.0.0-alpha.1
@ui-kitten/components 5.0.0-alpha.1

Environment information

Android device is Huawei P30 and runs Android 10

@artyorsh artyorsh transferred this issue from akveo/react-native-ui-kitten May 5, 2020
@radud
Copy link
Author

radud commented May 6, 2020

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

@artyorsh
Copy link
Collaborator

artyorsh commented May 6, 2020

@radud KeyboardAvoidingView is not a part of UI Kitten, so it still a Kitten Tricks issue

@artyorsh
Copy link
Collaborator

Duplicates #280

@artyorsh artyorsh added the duplicate Issue is duplicate of another one label Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issue is duplicate of another one
Projects
None yet
Development

No branches or pull requests

2 participants