PrimeNG

and

icon's not showing after R

2019-05-11 20:29发布

问题:

PrimeNG and icon's not showing after Refresh in Internate Explorer (IE7,11) almost all IE Browser Versions.

But in local it is working fine while I am using same IE. But in Production environment I am getting this error as you can seen in given below image :

Image Might not show as some restriction but the icon in Table like

before refers

<< <  1 2 3 4 5 > >>   

after refresh

 1 2 3 4 5      

same thing happens with PrimeNG there icone is gone too

回答1:

i have got some Solution which is working fine as it is some compatibility issue with IE browsers

in index.html: in Head tag we have to add given below meta and link tags

<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
</head>