Closed xgqfrms closed 4 years ago
CC @Chen-jj
欢迎提交 Issue~
如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏
如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。
Good luck and happy coding~
Taro Next才有这个功能
@yuche 请问,还有什么方式能实现 iframe 到效果吗;试了webview 会自动充满整个页面,不符合需求;
nodes = {html}
https://nervjs.github.io/taro/docs/components/base/rich-text.html#htmlelement
https://taro-docs.jd.com/taro/docs/1.3.34/components/base/rich-text.html
https://nervjs.github.io/taro/docs/components/base/rich-text.html#htmlelement
color 属性的引号没有 color="green"
@Garfield550 还是不行❓
const html = `
支付宝小程序 rich-text bug
`;
// const html = `
// 可当天预订,必须21时15分之前下单,要求必须<font color='green'><b>60</b>分钟内完成</font>在线支付。</br>预订时间:最晚需在【出行当天21:15】前购买<br>有效期:选择的使用日期当天有效。<br>适用条件:身高:1米(含)以上<br>
// `;
// const html = `
// 可当天预订,必须21时15分之前下单,要求必须<font color="green"><b>60</b>分钟内完成</font>在线支付。</br>预订时间:最晚需在【出行当天21:15】前购买<br>有效期:选择的使用日期当天有效。<br>适用条件:身高:1米(含)以上<br>
// `;
<Text className='html-render-bug'>{html}</Text>
<RichText className='html-render-bug' nodes={html}/>
<RichText className='html-render-bug' nodes={html}></RichText>
问题描述
无法正常渲染 HTML
https://taro-docs.jd.com/taro/next/docs/next/html.html
复现步骤
期望行为
期望正常渲染 HTML
报错信息
系统信息
补充信息