You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: