react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Strange behaviour only in release build Android

Open ButuzGOL opened this issue 6 years ago • 4 comments

I faced strange behaviour have android:windowSoftInputMode="adjustResize" and it works good in dev build with

enableOnAndroid
extraHeight=40

but have wrong behaviour in release build may be somebody knows reason ?

and is it possible to use extraHeight with android:windowSoftInputMode="adjustResize" ?

ButuzGOL avatar Nov 23 '18 15:11 ButuzGOL

+1 I'm also having the same issue, did you find a work around for it ?

casper123 avatar Mar 05 '19 08:03 casper123

+1, it's very strange, according documentation it's enough to use adjustResize for scrolling to focused input, but using this way my keyboard opens over focused input. When I use enableOnAndoird: true it works.

maximusnikulin avatar Mar 07 '19 06:03 maximusnikulin

hello Facing same issue any solution?

dhairyasenjaliya avatar Oct 14 '20 05:10 dhairyasenjaliya

Did someone come up with smth?

TomasSestak avatar Feb 18 '22 12:02 TomasSestak