Here is how I’ve done it, tested and works on:
- Desktop Chrome
- iOS Safari
- iOS Chrome
- Two variables,
show-navbarfor controlling whether nav is shown andscrollPoswhich holds previous scroll position

- Nav section set to Position: Normal, and ‘container’ set to Position: Fixed with Top binded to the screen below:


- Watch scroll position on Nav bar section

- On page scroll workflow
Note: As you can see I have additional condition that makes the navbar visible if the y is in the first 200px of the screen. This should eliminate loading changes

