Hey
Im using the responsive feature of vaadin to “emulate” media queries.
I have a basic template using media queries like this:
[code]
.v-ui[width-range~=“700px-1023px”]
[/code]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…