How to Hide Ionic Header on Scroll

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025
  • НаукаНаука

Комментарии • 55

  • @TheSaceone
    @TheSaceone 4 года назад +6

    I have been trying some approaches for this exact topic for the last few days, I even left a comment in your ionic4-hidenav video, and now you just uploaded this video about this exact topic :D perfect timing for me haha, I'm super excited!! Danke Simon!

  • @vector7938
    @vector7938 4 года назад +1

    What a nice channel!
    Your tutorials skillfully deliver real value, are easily "digestible" and your passion is kind of contagious. Also: a tutorial about parallax effects / headers would be awesome. :)

  •  4 года назад +7

    Thank you!! Please parallax effect! :)

  • @thomasomaley
    @thomasomaley 3 года назад +1

    It's amazing all that I learned following this tutorial. thanks.

  • @Devfaisalkhan
    @Devfaisalkhan 10 месяцев назад

    Hi Simon, how can I achieve the same effect when using cdk virtual scroll. I tried alot but didnt got right solution. Can u guide me?

  • @ezequiel_lopez
    @ezequiel_lopez 4 года назад +2

    Thanks for you time and videos!

  • @elanzaelani4595
    @elanzaelani4595 4 года назад +1

    I'm from Indonesia, I like this content

  • @NileshRUpadhyay
    @NileshRUpadhyay 4 года назад +2

    Thanks A lot for the tutorial👍😊 please parallax effect....

  • @iTzFiliSalsa
    @iTzFiliSalsa 3 года назад +5

    I Had a problem in my android device, when i scroll to down, the header flicker, i found a solution and was a conversion problem, instead of "const hexDist = scrollTop.toString(16);" you need to parse first of all, like that: "const hexDist = parseInt(scrollTop,10).toString(16);" and problem resolved.

  • @snimavat
    @snimavat Год назад

    Can u create a similar video for vuejs - no example exists for vue - would help a lot

  • @dineshkutty.s6328
    @dineshkutty.s6328 3 года назад +1

    Hi @Simon i tried what you have implemented but i am getting this error
    Can't bind to 'appHideHeader' since it isn't a known property of 'ion-content'.
    what is the problem to solve this bug.

    • @galaxies_dev
      @galaxies_dev  3 года назад

      That means you didn't import the sharedDiretives module inside your page!

    • @memyselfandi1684
      @memyselfandi1684 3 года назад

      @@galaxies_dev I have imported the sharedDirectives module inside my page, but still getting this error. :(. Any suggestions?

  • @ToddHale
    @ToddHale 4 года назад +1

    My new favorite tip!!

  • @ivinantony3052
    @ivinantony3052 4 года назад

    Is there any ways to do Shared element transition with ionic 5. Please reply

  • @GoriAmir
    @GoriAmir 4 года назад +1

    Thanks for the tutorial!

  • @sirvanmonfared9433
    @sirvanmonfared9433 3 года назад

    hi and tnx for your great tutorials. did you created the parallax effect tutorial for this or not?

    • @galaxies_dev
      @galaxies_dev  3 года назад

      You can check out this: ruclips.net/video/TsIVWQf1qNA/видео.html

  • @fabiocastino
    @fabiocastino 3 года назад

    Hi Simon, how can I access a toolbar that is a component?
    I have the ion-content in a page but the ion-toolbar is imported as a component so I can't import sharedDirective in a component.
    Hope to have explained my issue well.
    Can you guess a solution?
    Thank you

    • @galaxies_dev
      @galaxies_dev  3 года назад

      Hmm in that case I guess you can use your component as a viewchild and from there access the toolbar which is a child of that custom component!

  • @josuedavidbermudezavila8391
    @josuedavidbermudezavila8391 4 года назад +1

    Muchas gracias!!! Saludos desde Cuba!!!!

  • @Thilina4321
    @Thilina4321 4 года назад +2

    Thanks a lot ❤

  • @GosuMania
    @GosuMania 3 года назад

    if i have list in different component?

  • @OmgThatsIncredible
    @OmgThatsIncredible 4 года назад

    Hello Simon.
    I wanted to have two toolbars inside my header, similar to what Amazon has. The thing is, I only want the second toolbar to hide on scroll. I did everything exactly the same as you, but I get an error on line 15 of hide-header.directive.ts, "Cannot read property 'el' of undefined" (When you set this.toolbar = this.toolbar.el;). When I remove the first toolbar from the home.html everything works fine. I was wondering if there's a solution to this issue.

    • @galaxies_dev
      @galaxies_dev  4 года назад

      Hmm perhaps you could directly access the correct toolbar as a ViewChild instead somehow. Which Amazon app do you refer to btw?

    • @OmgThatsIncredible
      @OmgThatsIncredible 4 года назад

      @@galaxies_dev Hmm I will research into the ViewChild option... I mean the normal Amazon.com desktop webpage. It has a dark blue bar on top of a lighter one below with more options.

  • @Robert-xw5ro
    @Robert-xw5ro 4 года назад +1

    I did exactly like you, but after i export the app to apk, on phone header animations are laggy.. Why is that? I want to be smooth as facebook app has

  • @prasadnarayana
    @prasadnarayana 4 года назад

    Awesome video thanks sir 🙏🙏🙏🙏🙏🙏🙏🙏

  • @nileshupadhyay7248
    @nileshupadhyay7248 3 года назад

    Hi Simon
    I have used this in one of my application (Android), Every thing works perfectly but there is one issue and I am not getting how to solve it.
    The issue is that when I scroll the page fastly , the Header flikers. and one more thing when we reach at the bottom and scroll little up and if again scroll down at this point also it get fliker...
    Any solution ??
    Thanks

    • @joaquim7597
      @joaquim7597 3 года назад

      const hexDist = parseInt(scrollTop,10).toString(16);

  • @GioBeridze
    @GioBeridze 4 года назад +2

    Parallax effect please

  • @chihebelfil6469
    @chihebelfil6469 3 года назад +1

    thnx bro

  • @prasadnarayana
    @prasadnarayana 4 года назад +1

    I'm here again 😍

  • @meetdurian4539
    @meetdurian4539 4 года назад

    This function cannot be implemented on my iPhone but it can be implemented on Android

    • @meetdurian4539
      @meetdurian4539 4 года назад

      Have you encountered this situation? How to solve?

  • @jabco1502
    @jabco1502 4 года назад +1

    Por aquí uno de los primeros 😃

  • @stephenmutua254
    @stephenmutua254 4 года назад

    Please Show us how to hide addressbar on mobile web browser when scrolling.
    Take a look at facebook or instagram when opening on mobile browser. The addressbar is hidden when scrolling.
    Ionic apps look oldish without hiding the addressbar on mobile browsers.
    Thanks!

    • @galaxies_dev
      @galaxies_dev  4 года назад

      This is a known bug, I can't do much about that :(

  • @ricko13
    @ricko13 3 года назад +1

    I can only see overengineering here...