NightWhistler / HtmlSpanner

Android HTML rendering library with CSS support
http://nightwhistler.github.io/HtmlSpanner/
868 stars 209 forks source link

Does not support multiple tag nesting? #77

Open bitmaxshenhe opened 3 years ago

bitmaxshenhe commented 3 years ago

String html = “<div style=\"width: 100vw;font-size: 20px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #292930;line-height: 50px;\">\n\n <div style=\"font-weight: 800;color: #292930;width: 100%;text-align: center;line-height: 40px;\">山行<sup style=\"font-size: 12px;\">[1]<\/sup>\n\n <\/div>\n\n <div style=\"color: #76767B;width: 100%;text-align: center;line-height: 30px;font-size: 18px;\">唐代·杜牧<\/div>\n\n <div style=\"color: #292930;width: 100%;line-height: 40px;text-align: center;\">远  上  寒  山  石  径  斜\n\n <sup style=\"font-size: 12px;\">[2]<\/sup>  ,\n\n
白  云  生  处  有  人  家\n\n <sup style=\"font-size: 12px;\">[3]<\/sup>  。\n\n
停  车  坐  爱  枫  林  晚\n\n <sup style=\"font-size: 12px;\">[4]<\/sup>  ,\n\n
霜  叶  红  于  二  月  花\n\n <sup style=\"font-size: 12px;\">[5]<\/sup>  。<\/div>\n\n<\/div>”

liyujiang-gzu commented 3 years ago

的确是不支持嵌套标签

liyujiang-gzu commented 3 years ago

的确是不支持嵌套标签

复杂的、嵌套的HTML标签,我换用WebView#loadData了