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.
[Resposive] IE-11 and EDGE dont catch "Media Queries"
Hey
Im using the responsive feature of vaadin to "emulate" media queries.
I have a basic template using media queries like this:
.v-ui[width-range~="700px-1023px"]
And it works fine in all browsers (chrome, firefox, safari, IE 9, IE 10). When i use the element inspector of the browser i can see the right CSS selector.
When i iuse IE11 and EDGE and try to inspect the elements, the media queries do not appear.
But i know vaadin can be responsive in those browsers... is something that i didnt have in a count? or some trick....
Solved:
I was using the Responsive add-on. I changed it for the native Responsive module of Vaadin. With this changes i was able to make responsive IE 11 but it was not working on EDGE. So i updated vaadin version (7.5.5 add support for responsive in EDGE) and now all its working fine