Android inline-block elements unrecognized character issue

时光总嘲笑我的痴心妄想 提交于 2019-12-12 03:19:46

问题


Has anyone come across a problem with the Android browser where rectangular unrecognized character glyphs are shown between or next to inline-block elements? If this is a known issue, is there an easy workaround?

Tested on generic 2.3 emulator and HTC 2.3 browsers so far. 2.1 does not show the problem.

The page has a UTF-8 charset.


回答1:


Fixed by removing text-rendering: optimizeLegibility which I had on the html element.



来源:https://stackoverflow.com/questions/9400047/android-inline-block-elements-unrecognized-character-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!