FlexLayout
FlexLayout copied to clipboard
Responsive Layouts with Flex Layout
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?