I try to run the Full-starter-app in IE but I only see a blank page. In Firefox an Chrome everything is fine.
How can I fix the problem for IE? Is there any workaround?
I try to run the Full-starter-app in IE but I only see a blank page. In Firefox an Chrome everything is fine.
How can I fix the problem for IE? Is there any workaround?
Hi Ines,
I believe you should compile the project in production mode to get IE support. Reason is the need to transpile the project in ES5.
See https://github.com/vaadin/flow-and-components-documentation/blob/master/documentation/production/tutorial-production-mode-basic.asciidoc for details.
Ok thank you very much. I will try this soon