Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
I'm sorry, but your browser is not supported in IE11 with Vaadin 8
When entering my new intranet with Vaadin 8 in IE11. I receive a "I'm sorry, but your browser is not supported" warning. We can click the "Continue without updating" link I'm pretty sure our users will complain about that.
Is there a way to get rid of the warning? thanks
We have this message only on an intranet. Is there a way to add the header to tell IE the minimum version it support (IE11)?
Late reply but in case it is of use to anyone, the easiest option to configure header tags is probably the add-on https://vaadin.com/directory#!addon/headertags . Alternatively, a bootstrap listener can be used directly, but requires considerably more lines of code.