react-native-keyboard-input icon indicating copy to clipboard operation
react-native-keyboard-input copied to clipboard

CustomKeyboardView don't resize if empty

Open Fanda36 opened this issue 6 years ago • 5 comments

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.

Fanda36 avatar Sep 19 '18 23:09 Fanda36

+1 wechatimg16

skyliwq avatar Oct 23 '18 09:10 skyliwq

same problem

onewkl avatar Apr 09 '19 06:04 onewkl

Guys, did you resolve the problem?

dabakovich avatar Nov 04 '19 08:11 dabakovich

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

dabakovich avatar Nov 04 '19 09:11 dabakovich

Hi guys, the same problem here any updates?

EzequielDeOliveira avatar Jul 21 '20 05:07 EzequielDeOliveira