jquery.nicescroll
jquery.nicescroll copied to clipboard
nicescroll plugin for jquery - scrollbars like iphone/ipad
version: 3.7.* device: Samsung Galaxy fold 2 init code: ` $dialogContainer.niceScroll({ cursorwidth: 10, cursorcolor: cursorcolor ? cursorcolor : '#EE82EE', autohidemode: false, cursorborder: 'none', background: '#9D54E7' });` desc: quickly scroll to...
I get this error in Chrome Console and a the same error will continuously generate as I scroll: nicescroll.js:1 [Intervention] Unable to preventDefault inside passive event listener due to target...
Can I get scroll event? I want use this plugin for side-menu and make current element brightly, for this task I need know current position of scroll
RTL on horizontal scrolling seems not to be working. Here is an example: https://codepen.io/danielvonmitschke/pen/RZLKjj NiceScroll correctly recognizes rtlmode but scrolling does not work at all. best, d.
Hello, I implemented nicescroll plugin today and found out that it would not scroll webpage on ios phones on any browser (chrome , safari , firefox). I had `body,html{ overflow:hidden...
I have a requirement where users search through the page with browser Ctrl+f, but are unable to scroll to searched texts when pressing Enter. I have referred to an already...
observerbody is invalid 1987 line if (self.me.clientWidth != self.page.width || self.me.clientHeight != self.page.height) return self.lazyResize(30); self.page.width and self.page.height Didn't define change if (self.me.clientWidth != self.page.w || self.me.clientHeight != self.page.h) return...
in your demo [https://nicescroll.areaaperta.com/demo/](url) after drag the demo text, the bar will automatically moves with your mouse The mouse moves up, scroll bar also moves up it look like that...
jquery.nicescroll.min.js?ver=1:2 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312