0

我正在使用 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}
           />
4

1 回答 1

0

您需要为iframe标签添加自定义渲染器。幸运的是,有一个插件可以做到这一点:@native-html/iframe-plugin

于 2021-03-05T17:33:24.850 回答