react-native webView乱码问题

<WebView style={{ width: width - 60, height: 310 * Height }}
scalesPageToFit={isTrue}
bounces={false}
source={{ html: content.content, baseUrl: '' }}// baseUrl: ''中文乱码解决
/>

新增红色部分属性即可!

posted @ 2020-03-20 11:18  james_liang  阅读(452)  评论(0编辑  收藏  举报