i am trying to hide title bar when screen scroll down and show title bar when scroll up. For now i am using ScrollHandler extension. But i cant figure it out how to implement it. if you have any solution to do this then it will be a great help for me.
there is a block named - VerticalScrollHandler1.ScrollChanged.
when i scroll down scrollY value increases and if i scroll up then the scrollY value decreases.
what i want to do is if value decreases, titlebar will be visible and if value increases title bar will be hidden. so if you have any idea or suggestion about how to do this then pls share…
If it contain negative numbers to determine the scroll direction then inside if else by comparing scrollY logical we may directly use native title bar show/hide blocks
I currently can’t do practical as my exams are going on sorry for that
as i mentioned before. and if it provides negative and positive numbers according to scroll up and down then its very easy to make this… but there is no negative numbers. only positive from 0 to up
When drag our finger upward scrollY will increase and that we can compare by ‘<’ and ‘>’ and when we scroll down scrollY will decrease thus we may compare 2 scrollY and use less than and greater than to show/hide title bar by native blocks
its working but there is kind of glitch on title bar when i try to scroll up or down. i understand its not a final solution but i wish kodular team will add this feature in future update.
i request Mr @Diego to kindly consider this for next update if possible.