Twitter嵌入不渲染反应本机渲染html
Posted
技术标签:
【中文标题】Twitter嵌入不渲染反应本机渲染html【英文标题】:Twitter embedd not rendering react native render html 【发布时间】:2021-06-02 23:14:38 【问题描述】:我正在使用 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
/>
【问题讨论】:
【参考方案1】:您需要为iframe
标签添加自定义渲染器。幸运的是,有一个插件可以做到这一点:@native-html/iframe-plugin
【讨论】:
以上是关于Twitter嵌入不渲染反应本机渲染html的主要内容,如果未能解决你的问题,请参考以下文章
为啥 chrome 不为嵌入式 Twitter 时间线渲染 flexbox 定位?
反应本机重新渲染导致视图滚动到顶部-我的键在渲染之间是不是发生变化?