Skip to main content

All Questions

0 votes
0 answers
1k views

Microsoft Edge Browser opens Angular application in compatibility mode: IE 11

I am trying to run the angular application in Microsoft Edge browser(created build ng build --prod), but the application is opening in compatibility mode: IE 11. If I run the application locally(...
Sanjay Phadtare's user avatar
0 votes
0 answers
373 views

gaphql API is not working in IE edge and IE 11

The graphql url is not working and not fetching the data in both IE edge and IE 11 browsers. I am usiong Angular 9 application and have installed classlist.js and web-animations.js from polyfills.ts. ...
ILearner's user avatar
  • 131
0 votes
1 answer
1k views

Angular 9 problem with IE 11/Edge, set session cookies are deleted after routing

I have a rather strange issue with IE 11/Edge since I updated from Angular 8 to Angular 9, namely that session cookies are deleted after routing. I can clearly see that the session cookie is set ...
Olts's user avatar
  • 163
0 votes
2 answers
4k views

Datalist not displaying properly in Edge and IE11

In my .html I've a to assign some value and a datalist with 2 option : The first : to take the value of my input The second : where I *ngFor a list of values. <input autoComplete="off" type="...
Guillaume Gaujac's user avatar
8 votes
3 answers
16k views

Angular 8 project not working in Microsoft Edge and IE11

I need to make my Angular project work on both IE11 and Edge, but a very simple hello world is not even showing in these two browsers. Here's what I did: npm version: $npm -v 6.10.2 Angular ...
chimaira's user avatar
  • 183
8 votes
2 answers
2k views

HTML input type="file" drag and drop doesnt work in Edge and IE11

I've created a sample Angular app where I added only an input control to the view. In my project, I created my own file-uploader component. I'm able to drag and drop the file in Chrome but cannot do ...
GoldenAge's user avatar
  • 3,018
0 votes
0 answers
159 views

My app does not route in Internet explorer and Edge

I have an angular project running in Chrome and it does not route in Internet Explorer or Edge. It gives an error as ReferenceError: 'TextEncoder' is undefined I tried this and it worked for me &...
Ramakanth Reddy's user avatar
-1 votes
1 answer
3k views

Angular app not open in Edge it redirect to open in IE 11 automatic

My angular 5 App is working fine in chrome,firefox. but when i tried to open in Microsoft Edge(WIN10 OS), Application is always open in IE 11 browser. Also it didn't produce any error on console. ...
Dhirendra Singh's user avatar
2 votes
2 answers
2k views

PrimeNG's Turbo Table shows scrollbars on IE11 and Edge browsers, even though [scrollable] input field is disabled

I also mentioned this issue on GitHub but nobody answered yet, so I'm trying to get some help here: I used Turbo-Table with resizable columns and with [scrollable] property set to false and my table ...
Eliad1983's user avatar
1 vote
1 answer
2k views

Render PDF in Edge and IE11 in an Embed

I thought I had a solution for this using an embed so that Adobe would render the PDF in the browsers when I did: <embed src="./assets/pdf/example-1.pdf" width="100%" height="675px" ...
mtpultz's user avatar
  • 18k
23 votes
1 answer
1k views

Rendering artifacts on Bootstrap modals in IE11 and Edge

I am repeatedly experiencing Rendering artifacts on several versions of IE11 and Edge, as well as several different devices with different graphics cards and drivers, and different update states of ...
ideaboxer's user avatar
  • 4,001
2 votes
0 answers
698 views

Font awesome loaded,but is not working on Internet explorer 11?

Font Awesome icons are rendering properly in Internet Explorer 10 but not in IE 11. Below is the Player-status.component.html (using as modal page) , taking div>id>status as html element this....
pinku4132's user avatar
1 vote
1 answer
770 views

IE 11 Edge DevTools no Computed styles

I'm trying to debug why a component element is rendering differently on IE11 but the DevTools for both IE and Edge are finding no css in the Styles or Computed tab. How to I debug this properly? Left ...
Wilhelmina Lohan's user avatar
3 votes
0 answers
1k views

Relative urls for images not working in IE11 or Edge, but do on Chrome/FF

I have an Angular 4 front-end application accessing images that are stored on a private S3 bucket. The images are only accessible via an authenticated API call. An example image url would be https://...
mookamooka1's user avatar