Це відео не доступне.
Перепрошуємо.

Updated: Optimise Bubble.io page heights for mobile screens

Поділитися
Вставка
  • Опубліковано 4 вер 2021
  • A short tutorial on how to manage element and page heights in Bubble.io to look really good on different mobile screens.

КОМЕНТАРІ • 21

  • @mrnickb
    @mrnickb 2 роки тому +2

    Mate you are an absolute saviour! It's crazy to me that you need to do this much customisation for something that should be available out of the box. Thanks for showing how it's done.

  • @anurouth2907
    @anurouth2907 3 місяці тому

    Very useful tutorial, thank you

  • @Joselpztolu
    @Joselpztolu 3 місяці тому

    Muchas Gracias, excelente informacion.

  • @buildwithdamian
    @buildwithdamian  2 роки тому +6

    Here are the code snippets:
    .fullHeight {
    height: 100vh !important;
    }
    .largeScreen {
    padding-top: 100px;
    }
    {addClass: "fullHeight"}
    {removeClass: "fullHeight"}
    {addClass: "largeScreen"}

  • @cristiancisa
    @cristiancisa 2 роки тому +1

    Thanks for the tutorial Damian, it was really useful.

  • @getnootropics
    @getnootropics 2 роки тому +1

    awesome tutorial thanks for sharing

  • @danielgandara5719
    @danielgandara5719 2 роки тому

    Thanks for the tip man. I was looking for a way to add CSS to bubble.

  • @cesarsfalcao
    @cesarsfalcao 2 роки тому +1

    Very useful

  • @MultiProbation
    @MultiProbation 2 роки тому

    Thanks for this great tutorial!

  • @mirrowss5684
    @mirrowss5684 2 роки тому

    Thank you for this tutorial

  • @pet5xxxf
    @pet5xxxf 2 роки тому

    Thanks Damian!
    Please let me know what Chrome extension do you use to test mobile view?

    • @buildwithdamian
      @buildwithdamian  2 роки тому +1

      chrome.google.com/webstore/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb?hl=en

    • @pet5xxxf
      @pet5xxxf 2 роки тому

      @@buildwithdamian many thanks!

  • @tibuigerard1564
    @tibuigerard1564 2 роки тому

    I'm confused here. I cannot get that to work. I realize that 'current page height' in your case is the height of the phone. but mine is taking 'current page height' from the height (1600px)defined on my page no matter what the current phone or viewport height is. The different 'pages' of my app are in fact groups which I filled up with empty collapsible groups so that there is no empty space below my 'pages'. So the empty group which you advise that we put only collapses when my page is below 1600 and expands when it is above that height. Is there something i've missed?

    • @buildwithdamian
      @buildwithdamian  2 роки тому

      strange. in my case it always takes the viewport height form 'CSS Tools Current Page Height'. Please check you did not use 'Available Height'. Worst case, you can have a look here ua-cam.com/video/1wIqvPL_b7w/v-deo.html and use CSS media queries instead

    • @buildwithdamian
      @buildwithdamian  2 роки тому

      you can also try an display the output of the CSS tools and then render it using responsive viewer to see if it works. see here: bubble.io/page?type=page&name=mobile_test&id=bh-examples&tab=tabs-1

    • @tibuigerard1564
      @tibuigerard1564 2 роки тому

      @@buildwithdamian thanks a lot. I realized that if the onboarding is in a group, you have to put the csstools in that group for it to work.

  • @user-kt6eb5zc7x
    @user-kt6eb5zc7x 6 місяців тому

    we are No code and you want us to write codes ?

  • @buildwithdamian
    @buildwithdamian  2 роки тому

    Check out my newsletter at bubblehacks.io
    if you want to build a mobile app on bubble and don't want to start from scratch, have a look at my bubble mobile template bubble.io/template/mobile-app--pwa-template-20-1586972825540x237128367982510080

    • @denniscelen
      @denniscelen Рік тому

      hi there, what are u using to visualize the different screen sizes?