PolymerElements / paper-drawer-panel

A Material Design two-section responsive panel
https://www.webcomponents.org/element/PolymerElements/paper-drawer-panel
25 stars 42 forks source link

The exact responsiveWidth - Narrow or not? #151

Open bwh-rl opened 8 years ago

bwh-rl commented 8 years ago

Hi.

At the moment if the screen width is exact the responsiveWidth, the drawer panel will go narrow layout. Now if you see this from the mobile-first point of view, which many are familiar with from other frameworks, the narrow layout is kinda the default, and the not narrow layout is the "special" one.

Also the default value is 768px, a popular device width. Isn't this implying that a 768px device is big enough for the big view?

-> Imho the responsiveWidth should represent the smallest screen big enough for the big view.

blasten commented 8 years ago

I'd suggest looking at app-layout for the cases you are describing.

bwh-rl commented 8 years ago

I thought the only difference between the app-layout and the paper-elements is that they are not material design?

I'm just saying that the exact responsive width should show the wide layout, not the narrow layout. I can't see a connection here to material design?