Material-design-icons: Icons not shown on Android browser 4.3

Created on 25 Jul 2015  路  8Comments  路  Source: google/material-design-icons

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

qq20150726-1 2x

image

qq20150726-3 2x

It's OK on 4.1.1.

qq20150726-4 2x

qq20150726-5 2x

bug

Most helpful comment

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.

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

anlexN picture anlexN  路  3Comments

lorenzos picture lorenzos  路  3Comments

Unknow-max picture Unknow-max  路  3Comments

akxer picture akxer  路  3Comments

tmtron picture tmtron  路  3Comments