-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codepoints file #7
Comments
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. |
@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 |
@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! |
Hi Vladimir,
There are issues with older browsers / Android versions to display ligatures (see google/material-design-lite#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 text was updated successfully, but these errors were encountered: