I haven’t tested on firefox.
I’ve never had an issue with height responsiveness as everything is set to only occupy the space needed. The only difference i keep between mobile and web is that web pages have padding 40/64/96/128 and mobile designs are set to 16 or 24
1 Like
I often make mobile designs such that the page doesn’t scroll and the groups will have a max height that is the screen height less the header height and less the bottom navigation bar height to make a real mobile first design. In these situations I’m unable to use the responsive tab.
3 Likes
That’s a tough one. How do you setup the content to not scroll?
Given that mobile phones screen sizes
I’ve never had to make a mobile screen not scroll to be honest
I have a plugin I built to make the page not scroll, as well as to set the height, width and margins of elements to be dynamic. What is nice about that setup is on a mobile device the height doesn’t change as the user scrolls (because they can not) via the fact the URL bar doesn’t go away as they scroll down. It also benefits in that the page never gets reloaded by the user scrolling all the way up as mobile devices (at least iOS) will do a hard refresh of the page when user scrolls all the way up. This makes it so the data doesn’t get reloaded.
4 Likes
Apart for the page not reloading and the URL bar not going away. What benefits does this have? How does the user move to other content? When they get to to bottom of the page and try to get new content does it close the group they are seeing and open another that is set to a fixed height for example? Or is it lots of different pages… But that doesn’t sound right as that would become enormous and difficult to manage.
How do you load more content?
I have heard different nothing’s about different browsers and what’s good and what’s not… I think this could be a post all on its own
Put all content into a container group. Container group is set to allow vertical scrolling when content overflows. Container group is scrollable.
2 Likes
Thanks for that. I’ll check out that plugin as soon as I get back from vacation. I need something like it.
1 Like
Bubble will not invent the wheel , better to develop a tools to convert Figma design to bubble.