首页 > 解决方案 > 打印功能在 ios 的 react-native webview 中不起作用

问题描述

我们在 react-native web-view 中使用的打印功能不起作用。它适用于chrome等浏览器,但不适用于web-view。单击打印按钮时,它不会执行其功能

<WebView ref={WEBVIEW_REF} 
style={ styles.wview } 
source={{ uri: url }} 
style = {{marginTop:20}} 
key={this.state.key} 
onNavigationStateChange={this._onNavigationStateChange.bind(this)} startInLoadingState={true} />

标签: react-nativeexpo

解决方案


推荐阅读