apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[Android] Unexpected text component font-size performance where weex version is 0.20.0 #3347

Open thh0613 opened 3 years ago

thh0613 commented 3 years ago

Describe the bug

The font size of the text component is displayed abnormally; text 组件字体大小显示异常

To Reproduce

In the list or common page layout, the font-size unit of the text component is set to wx, and users report that the font display occasionally appears to be unusually small 在列表或者普通的页面布局,text组件的font-size单位设置wx,用户反馈说会偶现出字体显示异常小

Environment

Expected behavior

this is expected UI
WechatIMG423

Screenshots

this is users' UI WechatIMG422

Additional context

According to user feedback, no abnormality of the phone model was found. 根据用户的反馈,没有发现手机机型的异常。

Hanks10100 commented 3 years ago

使用的 SDK 版本太低了,升级到 0.28 试试,或者用 master 分支的最新代码打包。