root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 392 forks source link

Keyboard doesn't work well with Drawer #356

Open EirikSkaar opened 6 years ago

EirikSkaar commented 6 years ago

Opening and closing the keyboard when there is a hidden drawer on the screen makes the keyboard transition laggy. Instead of scaling the screen smoothly like it normally does, the screen jumps up and down a couple of times. Also, when closing the keyboard, there are no views behind it, it's just a blank spot. I couldn't recreate the jumping in the gif I uploaded because it seems like there are several factors that makes it happen, and I'm not allowed to record certain parts of the app. The gif only shows the background issue, but I'm assuming it's connected :p

react native drawer bug

For comparison, here I open and close keyboard without a drawer as parent react native drawer bug 2

abrantes01 commented 6 years ago

Got the same issue.. Any news on this @EirikSkaar ? Please keep us updated if you got any solution to this problem !

josegamboa commented 6 years ago

Hi Guys,

Got the same issue, did you find any way to fix it?

Thanks...

xwg2015 commented 3 years ago

Got the same issue