framework7io / framework7-icons

Free iOS-icons font for Framework7
http://framework7.io/icons/
MIT License
208 stars 125 forks source link

Codepoints file #7

Open scriptPilot opened 7 years ago

scriptPilot commented 7 years ago

Hi Vladimir,

There are issues with older browsers / Android versions to display ligatures (see https://github.com/google/material-design-lite/issues/1375).

For Material icons, there is a mapping file for code: https://github.com/google/material-design-icons/blob/master/iconfont/codepoints

Is there anything similar for Framework7-icons?

Regards,

The-Don-Himself commented 7 years ago

I have also ran into this while testing on an Android 4.2.2 device, which is still extremely popular this part of the world.

The above suggestion should help correct things as I have tested it with material icons and the workaround works, curiously though, I have also tested font-awesome and it works out of the box without a need for a workaround so perhaps there is something to be borrowed from there.

scriptPilot commented 7 years ago

@The-Don-Himself - Font Awesome does not use ligatures, that's the point. App Framework does the replacement for Material automatically - https://github.com/scriptPilot/app-framework

The-Don-Himself commented 7 years ago

@scriptPilot you are correct about the ligatures, I had also seen an SO answer that said that was the problem although I din't know that Font-Awesome dint use them, thanks for enlightening me.

Your App Framework seems really awesome, actually wish I found it sooner and will definitely look more into it. Just, starred the project!