gpt4 book ai didi

android - 少数 Android 设备中的键盘覆盖输入文本会 react native expo 应用程序

转载 作者:行者123 更新时间:2023-12-05 00:05:19 25 4
gpt4 key购买 nike

您好,当键盘在少数安卓设备上可见时,我遇到了 giftedchat 输入文本重叠问题来解决这个问题.此问题并未在当前发生在 One plus 6、samsung A-70 android 版本 9 Oxygen OS 9.0.9 上的非常多的设备上复制。它没有完全重叠输入文本的确切问题可以说只有底部边框在键盘下方。请在图片下方找到以准确了解问题。 enter image description here

最佳答案

if (Platform.OS === 'android'){
return (
<KeyboardAvoidingView style={styles.input}>
//your <GiftedChat/> tag
</KeyboardAvoidingView>
)
}

const styles = StyleSheet.create({
input: {
flex: 1,
marginTop: 45,
marginBottom: 10,

},

});

更新

通过此链接: Keyboard issue #435

关于android - 少数 Android 设备中的键盘覆盖输入文本会 react native expo 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60034149/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com