当前位置:  开发笔记 > Android > 正文

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

如何解决《onContentSizeChange在Android上没有触发高度变化(react-native)》经验,为你挑选了1个好方法。



1> Vishwesh Jai..:

https://github.com/facebook/react-native/issues/6552#issuecomment-269989962

在Android onContentSizeChange中只调用一次onChange而不是onContentSizeChange.

 {
  this.setState({height: event.nativeEvent.contentSize.height});
  }}
  style={{height: Math.max(35, this.state.height)}}
/>

推荐阅读
我我檬檬我我186
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有