Emmanuel Garcia
Emmanuel Garcia
this issue is confirmed. @azakus would you mind taking a look at this as well?
friendly ping @azakus. Something going on with event paths.
Is there a code in particular that reproduces this issue?
That feature is out of scope as of now, but we might provide a very custom example to achieve that sort of layouts.
If the header isn't render, you can notify visibility change by implementing `iron-resizable-behavior` or calling `resetLayout` on the app-header manually. `iron-pages` implements that behavior, so it should just work (http://jsbin.com/beguna/edit?html,output)...
+1 I think we should have those elements in app-layout. Wdyt @frankiefu @keanulee ? Related issue: https://github.com/PolymerElements/app-layout/issues/20
@ralcar If you are not using the document scroll, this should work: https://github.com/PolymerElements/neon-animation/blob/master/neon-animatable.html#L18-L23 If you still have issues, please share a jsbin. We have plans to fix this issue when...
@keanulee is this a wontfix?
@kenchris We tried to avoid using media queries inside layout elements because they can be used in many places and for different purposes. I'd recommend using media queries from outside...
@robdodson I believe I saw a demo of native custom properties doing that, but I couldn't find it again :( Maybe I dreamed about it? It doesn't seem to work:...