Skip to content Skip to sidebar Skip to footer

Android Inline-block Elements Unrecognized Character Issue

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 iss

Solution 1:

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


Post a Comment for "Android Inline-block Elements Unrecognized Character Issue"