I´m playing a bit with the layouts because I want my app not to be responsive but with a colored background.
So my first way to do that is having the responsive engine active and in the page I put a group with fixed width but what happens if I stretch the page is that you cannot even scroll to the left or the right of the page.
The second way is to set the whole page as a fixed width and then when stretching the page you have the horizontal scroll available so you can see everything in the page but then you cannot set a background for the whole page that is outside the element layout.
I want my app to be non responsive and also I want to have a background that covers the whole page with a flat color but with a page set up as “fixed width” is not possible.
And if you go with the responsive engine and make the groups fixed when reducing the width of the page you are not able to see the whole content because you cannot scroll to see it.
I don´t mind using the responsive engine and there insert a group with a fixed layout but the problem is that when you resize the app it does not show all the elements because you cannot scroll horizontally.
Is this link for responsive or not responsive.
Not responsive will cut the elements of when the screen gets smaller.
Responsive will shrink them, depending on settings, until the minimum width has been reached. Thereafter it will start cutting the elements of. It’s difficult to say without seeing your settings
Your group can’t be fixed width you must allow it to get smaller. The elements within the group will also get smaller but you can set them either to fixed width or minimum width that you want to allow them to shrink.
You will see that your elements will then start moving underneath each other from right to left
Yes they do but if you make the page smaller it will cut the elements of just like a non responsive page. If you want the elements to show when the page is smaller you will have to make it responsive and not have the groups as fixed
@emmanuel could you make the fixed group to work as the non responsive page? I mean in non responsive page when you resize the page you can scroll horizontally to the hidden elements but with a fixed group it´s not possible.
Or have the edge to edge background in the browser?