Polymer: Creating responsive UIs

preview_player
Показать описание
Designing your UI so it works across multiple screen sizes is no longer a nice to have, it is *the* way to build for the web. Using Polymer, we'll cover how to create robust, responsive elements that work across all platforms.
Рекомендации по теме
Комментарии
Автор

*I/O Byte: Polymer: Creating Responsive UIs*
/by #iobytes   #polymer  

Designing your UI so it works across multiple screen sizes is no longer a nice to have, it is *the* way to build for the web. Using Polymer, we'll cover how to create robust, responsive elements that work across all platforms.

GoogleDevelopers
Автор

Excellent example! Usually, the examples given for new(ish) technologies are banal examples. At least here you are doing something practical and useful. Good work!

sfincione
Автор

But you still have to set a fixed width? Or can you calculate this dynamically?

anna
Автор

Can I use polymer 3.0 to develop iOS native applications without Cordova

ravikirangajula
Автор

Hmm, the two links at the end to the other videos don't seem to work?

chrisdhanaraj
Автор

I don't understand how the author adding the custom element will know what the element will do when it reaches the max of 500px? Is an attribute of "query" explicit enough so that the author/designer knows how the element will react at different screen sizes? Shouldn't there be more done to ensure that there is consistency across different devices, is letting the author define the breakpoint the best option?

gavinmcfarland
Автор

... nice.. what about css media queries? how change style (not template) based on the media query?

mattia.astorino
Автор

I've tried to use the given example, but I can't get this to work. Can someone dumb this down for me? I'm obviously doing something wrong.

countmegabaron
Автор

Well, I wish there was a text version for this video. The problem nowadays is that there're way too many videos. They are really not the most efficient way to document stuff. People can read tons of documents in the time span of a video.

catx
Автор

please update <iron-media-query query></iron-media-query> is what is currently in use. So for example: <iron-media-query query="min-width: 992px"

manuelaullo
Автор

I thought going with normal Media Query is easier than this Polymer Core  Media query.

Techhysahil
Автор

"make them responsive by default"
the web is responsive by default

JAlbertBowden