Closed felixxs closed 3 years ago
Do you mean you are also building it on Windows? I tested this example project built on Linux and it displays find in IE11 on WIndows 7 but can't easily test building in in Windows.
I'm getting the same problem, a blank screen in IE11. Screenshot of IE11 and Edge side-by-side:
@acerix , do you have any ideas?
I was able to fix this by modifying the example project. There seems to be no problem with the @fullcalendar/angular package.
If you set target:es5 in the tsconfig , it fixes:
Hi, I tried the example project for FullCalendar and Angular from https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/angular - after building and running the example on IE 11 only a white screen was shown (no errors in browsers console). Everything is working fine when running in Google Chrome.
The Issue can be reproced by following the instructions in the https://github.com/fullcalendar/fullcalendar-example-projects/tree/master/angular README.
Thank you in Advance.