inuyaksa / jquery.nicescroll

nicescroll plugin for jquery - scrollbars like iphone/ipad
https://nicescroll.areaaperta.com/
3.6k stars 1.67k forks source link

Scroll not working with site which load page with pajax or ajax (Barba js) #778

Open royrakesh opened 5 years ago

royrakesh commented 5 years ago

After scrolling a small length page if i switch to a long page, the scroll stops to the previous page height.

samaribrahim95 commented 5 years ago

I have the same problem. if you solved it , share the solution , please ?

royrakesh commented 5 years ago

image

 var nice =    $("body").niceScroll({
            cursorcolor: "#ccc",
            cursorwidth: "5px",
            zindex: "99999999999"
         });

      nice.resize();

First create object then call resize method

i am using barbajs so i reinitialized the function after page loaded every time.