react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Android windowSoftInputMode not respected, keyboard always resizes view

Open marcshilling opened this issue 4 months ago • 0 comments

What happened?

Trying to get some more attention on a problem that has existing issues that have been closed for some reason. You can find all of the info in these other issues: https://github.com/wix/react-native-navigation/issues/7428 https://github.com/wix/react-native-navigation/issues/7477

I've retested this on the latest version of RNN (7.39.1) and it still exists. Feel free to close this if we can reopen one of the others.

What was the expected behaviour?

Setting android:windowSoftInputMode="adjustPan" should allow the keyboard to cover the screen content rather than resize it.

Was it tested on latest react-native-navigation?

  • [X] I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

Repro repos can be found in the other issues.

In what environment did this happen?

React Native Navigation version: 7.39.1 React Native version: 0.72.12 Has Fabric (React Native's new rendering system) enabled: no Device model: Pixel 7 Android version: 14

marcshilling avatar Apr 18 '24 18:04 marcshilling