So if I have decided that a panel should not be visible on small screens, that panel would also be hidden when working in mobile view in Appfarm Create
In this case, would changing the Responsive Strategy of the App from “Mobile First” to “Desktop First” be a possible solution? Then, you could use the Display: None setting for Extra Small devices only, and the panel would not be visible in Appfarm Create when working on that screen size.
It is also possible to use a Visibility Group to show different “versions” of the panel which are visible for different screen sizes, which will make development easier from your side.
Otherwise, there is no way to hide the panel from view while working in Appfarm Create for only the screen size which is “first” in the Responsive Strategy order, as the screens after will inherit the display from the previous screen in the order. If the solutions mentoned above are not viable, then I can pass this on as a feature request to the Dev Team.
Hi. I could have worked if I knew this three years ago. Changing now will involve rewriting a lot of pages. I like taking the mobile-first approach, as it forces me to focus on the most important information first. Also, it’s the default surface for my users. It would be nice if this logic would work regardless of which approach I choose.