I'm using ionic 6 and would like for the page header to be completely transparent in a default state (so just to have an empty space at the top of the page) and when I scroll, to show the header with translucent background with ion-title and additional toolbar button. I have added button to header, but it is not hidden like ion-title is by default I've been struggling for couple of days to do this.
So, to sum up:
- header to be transparent in default state
- buttons added to header to be hidden in default state like ion-title
- header to show along with ion-title and added buttons when I scroll
For now I have this:
Please help. :)