Welcome to the first issue of the bubbleHacks newsletter 👋 Let’s talk about building for mobile on Bubble. More specifically, making sure your app looks good on all sizes of mobile screens. You have probably been there: If you develop for mobile on Bubble, you often end up getting something like this:
Optimising Bubble apps for mobile screens
Here are the code snippets:
<style>
.fullHeight {
height: 100vh !important;
}
.largeScreen {
padding-top: 100px;
}
</style>
{addClass: "fullHeight"}
{removeClass: "fullHeight"}
{addClass: "largeScreen"}
Hi, it doesn't work for other groups, why?
Greetings
What is the responsive plugin in chrome you are using?