我使用的是react-native-render-html@foundry
<HTML
contentWidth={Dimensions.get('screen').width}
onLinkPress={(e,href)=>onShouldStartLoadWithRequest(e,href)}
html={item.news.content.rendered}
tagsStyles={ { p: { textAlign:'justify', fontSize:18, fontStyle: 'normal', color: !context.state.color?customcolor.black: customcolor.white ,fontFamily:customfonts.font} }}
WebView={WebView}
/>发布于 2021-03-06 01:33:25
您需要为iframe标签添加自定义渲染器。幸运的是,有一个插件可以做到这一点:@native-html/iframe-plugin
https://stackoverflow.com/questions/66472798
复制相似问题