Fix iPad hw keyboard overlapping input (#8815)
This commit is contained in:
parent
c8d6175d74
commit
738681a69a
1 changed files with 0 additions and 3 deletions
|
|
@ -183,9 +183,6 @@ const ExtraKeyboardComponent = () => {
|
|||
|
||||
const animatedStyle = useAnimatedStyle(() => {
|
||||
let height = keyb.height.value + offset;
|
||||
if (keyb.height.value < 70) {
|
||||
height = 0; // When using a hw keyboard
|
||||
}
|
||||
if (context?.isExtraKeyboardVisible) {
|
||||
height = withTiming(maxKeyboardHeight.value, {duration: 250});
|
||||
} else if (keyb.state.value === KeyboardState.CLOSED || keyb.state.value === KeyboardState.UNKNOWN) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue