这是我的代码。 我想通过react native社区实现的Webview查找渲染网站的背景色。如何识别任何加载网站的背景颜色。
<Webview>
source={{ uri: this.state.webUrl }}
style={{ justifyContent: 'center', alignItems: 'center' }}
onNavigationStateChange={this._onNavigationStateChange.bind(this)}
</Webview>