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

CustomKeyboardView don't resize if empty #64

Open
Fanda36 opened this issue Sep 19, 2018 · 5 comments
Open

CustomKeyboardView don't resize if empty #64

Fanda36 opened this issue Sep 19, 2018 · 5 comments

Comments

@Fanda36
Copy link

Fanda36 commented Sep 19, 2018

Hi,

when I have custom keyboard rendered:

image

and then I call KeyboardUtils.dismiss(), height doesn't update to 0px and hold same size without rendered custom keyboard:

image

When I was debugging then this line was "null" (without component):
https://github.com/wix/react-native-keyboard-input/blob/31564eb82e7683b4a0ea89ae3289eba3eb8f63d5/src/CustomKeyboardView.js#L119

Could you please help me, how I can fix it. Maybe it will be only some styles to hold height of component inside.

Thank you.

@skyliwq
Copy link

skyliwq commented Oct 23, 2018

+1
wechatimg16

@onewkl
Copy link

onewkl commented Apr 9, 2019

same problem

@dabakovich
Copy link

Guys, did you resolve the problem?

@dabakovich
Copy link

I just found a solution.
To fix it remove android:windowSoftInputMode="adjustResize" in AndroidManifest.xml file.

@EzequielDeOliveira
Copy link

Hi guys, the same problem here any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@Fanda36 @dabakovich @skyliwq @EzequielDeOliveira @onewkl and others