小编Chr*_*son的帖子

onContentSizeChange在Android上没有触发高度变化(react-native)

onContentSizeChange在Android上似乎无法正常启动.事件被触发mount,但不会在text height更改时触发.相同的代码适用于iOS:

<TextInput
  editable = {true}
  multiline = {true}
  [...]
  onContentSizeChange={(event) => {
  this.setState({height: event.nativeEvent.contentSize.height});
  }}
  style={{height: Math.max(35, this.state.height)}}
/>
Run Code Online (Sandbox Code Playgroud)

react-native react-native-android

8
推荐指数
1
解决办法
3624
查看次数

标签 统计

react-native ×1

react-native-android ×1