FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

Responsive Layouts with Flex Layout

Open shamanth92 opened this issue 4 years ago • 0 comments

Hi,

We are building an application which supports different screen sizes like tablet, laptop and large monitors. Is flex layout responsive to these screens since we hardcode the width/height to each layout inside flex layout. Also, for tablet view, the layouts should rearrange based on available space. How should I handle that?

I was testing the flex layout demo and it seems like flex layout adds scrollbars when the screen sizes are changed. We don't need that to happen. How do I make it responsive?

shamanth92 avatar Jul 26 '21 21:07 shamanth92