Material Design Icons works perfectly on Android browser 4.1.1, but not shown on 4.3.



It's OK on 4.1.1.


text-rendering: optimizeLegibility; in css seems to cause this problem in Android browser (http://caniuse.com/#search=text-rendering)
any update on this?
FYI - using unicode values instead of the glyph names still seems to work
Still not work if the icon name or glyph code went from $scope variable:
example:
$scope.icon = 'account_balance'; // or $scope.icon = '';
{{icon}}
Until this problem gets fixed, you might want to consider switching to ZMDI icons.
Is there a way to use both the unicode/hex value  and menu so that I can keep track of what it is and still be backward compatible?
Searching for  on the site yields zero results.
Agree with you.
Unicode hex is not readable for codecoder.
馃槶
hfkhfj
Most helpful comment
Is there a way to use both the unicode/hex value
andmenuso that I can keep track of what it is and still be backward compatible?Searching for
on the site yields zero results.