As of 2017, is there a way to implement a cross-browser and mobile inclusive custom scrollbar, that supports events for an infinite-scroll (in case of a plugin)?
This question has been asked and answered here, however, this was 5 years ago with the accepted answer last updated on 2014, so I'm hoping for an up-to date answer to this subject.
Some things i have tried:
- Custom Css (not compatible with all browsers, i'm testing for IE10+ and other modern browsers)
- Most starred git project perfect-scrollbar (Scrollbar won´t be displayed on mobile)
- Sly (2.7k stars on github) - (seems good, not tested for mobile though
- jquery.nicescroll - seems like it's not supported anymore