-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Android 4.0 : no font displayed with local files #3632
Comments
@cobaltians take a look at our troubleshooting guide:https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting#phonegap--android-icons-in-heading-tags Phonegap / Android (icons in Heading tags) let me know if that fixes. Meanwhile, closing here |
Hi, thank for the tip. My Android 4.0 devices are :
I adapted my sample below :
Once again : everything works well with the CDN url. how is it possible ? Any other idea ? |
@cobaltians you should use stackoverflow |
Don't get me wrong, I'm not just trying to make font-awesome work and raising an issue on the first problem I meet. I use font-awesome for a while now and the exact same code is working without troubles on (at least) this list of Android devices :
... And iOs iPad, iPad mini and iPhones running ios 7 too. The exact same code. I know it's hard to make a lib like font-awesome to work on every devices, and font-awesome team and contributors are doing a great job. But Android 4.0 is still 12.3% of the android user base. Do you really want to let them behind ? Do you think of any test I can do to find out the issue? How can I help you ? I can provide anything, but please, don't let this issue die. |
reopening here, but I can't remember about other issues on Android 4.0 + cordova, so I was supposing a misconfiguration on your side. Since newer platforms are working, it may be a bug of android stock browser. I don't know any workaround at the moment. Could you please try other icon fonts? |
thank you. Will try another web font soon (thuesday). Maybe just a classic one with basic charset too. Do you think I should provide a full working sample code of an empty cordova project with your lib used inside or not ? Is there someone able to test on more Android 4.0 devices around there ? |
@cobaltians I don't know what to say... Android 4.0 came a lot of time ago and nobody reported this issue. Try to post here: #1094 |
@cobaltians I had a similar problem with font-awesome 4.2 in a cordova webview for windows phone 8. The problem only occurs when the FA files are loaded locally. In my case the solution was to remove all occurrences of Maybe the problem you have on Android 4.0 is simlilar to this one? Let me know. |
let us know |
@cobaltians cache stuff from the old days, but now they are more harming than useful. Take a look at #3286 I should advise Dave to consider it for 5.0.0 PS: could you please edit our troubleshooting wiki and point to this thread? https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting |
Just added a section |
thanks! |
Maybe we need an index |
Hello All, I have a similar issue, removing anything behind ? did not work. The path to the font is correct. Thank you! |
Thanks @tagliala, I tried that but it doesn't work neither. |
I'm having a weird bug on Android 4.0.x devices using font-awesome embedded in a Cordova WebView.
Any idea ?
Here is my sample code :
I just downloaded the latest release files, put them into a css folder and renammed it "font-awesome-4.1.0" to avoid uppercases.
commented line works great. local files don't. I need local files to allow my app to have icons offline.
The text was updated successfully, but these errors were encountered: