internet explorer 11 - font awesome icon is not appearing in IE 11, but showing in other browsers -
i new font-awesome icons. have 1 page in there filter user can search data. have added font awesome icon before search link (as per below screenshot), can see icon in browsers except ie 11. funny thing have icon in other pages , can see in ie 11, cannot see icon on (as per below screenshot) page only.
here screenshot ie 11:
here screenshot chrome:
can me out on this?
i had same issue, solved adding meta tag first tag in <head>
:
<meta http-equiv="x-ua-compatible" content="ie=edge">
also, according official documentation, check following:
for internet explorer: don't serve files
no-store
option in cache-control header (ref: #6454);
for internet explorer , https: don't serve filesno-cache
option in pragma header.
Comments
Post a Comment