nate-strauser / meteor-font-awesome

Meteor package for font awesome loaded from CDN

Home Page:https://atmospherejs.com/natestrauser/font-awesome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fontawesome university icon not working

arunkumarahuja opened this issue · comments

A few icons specifically are not working, for example, the university icon (alias: bank). The icon quickly disappears after the page is loaded. Other icons on the same page are appearing just fine (i.e., they dont disappear).

I think this is a similar issue like: FortAwesome/Font-Awesome#3531

Probably the solution has something to do with: https://github.com/FortAwesome/Font-Awesome/wiki/Troubleshooting

I am having the same problem, happened today. Mine is qrcode

@arunkumarahuja have you fixed it?

Sorry, did not fix it.
I am fairly new to programming and don't understand how packages work.

Hoping someone would help.

double checked the cdn loading code - looks good to me - not sure what the problem might be

Sorry, should have been clear.

It works fine but when I compiled to Anroid app, the issue occurs. It no longer loaded since I did the meteor update. I am wondering if the issue is caused when I point to the local server.

Will give you a update when I point the app to the live server.

Okay, I debugged further. I hosted the app onto the free meteor server.

Debugged the app on my phone (not the web browser, the sdk) by this
https://developer.chrome.com/devtools/docs/remote-debugging#debugging-webviews

The result doesnt make sense, returning 404. Look at the 3rd column, text/plain. Why is this only occurring on the app?

screen shot 2015-03-25 at 12 32 47
screen shot 2015-03-25 at 12 32 35

Well, I observed the problem in the webapp on a browser in a desktop.
Many other icons are not working too: trash icon

Thanks and warm regards
Arun

can you try the official non-cdn version and see if that works? - https://atmospherejs.com/fortawesome/fontawesome

i just don't think there is a problem with this package.

The issue was this, fixed

meteor/meteor#4020

Please close

#dumbQuestionAlert

Is the issue fixed in non-mobile web apps also ?

I am still observing the bug in web app.