for those those need to fix this in the future and are using scrollsmoother,i fixed the same issue by setting the code as follows: now the mobile browser don't refresh if scrolldown(default native behavior) and the jumpy address bar is fixed at all times(don't show/hide)anymore its buttery smooth.   // in the css #smooth-content {   position: absolute;   display: grid;   overflow: visible;   min-height: 100vh; } // an
    • Thanks
    2