react-iscroll
react-iscroll copied to clipboard
React component for wrapping iScroll http://iscrolljs.com/
hello. I used this library. I added code like tutorial. ``` jsx {els} ``` but error messages are ``` { ReferenceError: window is not defined at Object. (/Users/taeun/dev/workspace/git/shopping-web/node_modules/iscroll/build/iscroll-lite.js:994:4) at Module._compile...
Hi, I cannot find the typescript defined file. Does it support typescript?
Scrollbar is working fine using mouse wheel and touch scroll but if I try to scroll using scrollbar thumb it is not working. Please suggest if I am missing any...
Actually, I don't need to use this or any similar library and my focus is totally somewhere else. If there is anybody who actively uses this and would be able...
I'm struggling applying a custom ease to scrollToElement, here is my relevant code bits. How would I apply a custom easing style or function to the scrollToElement? ``` var iScroll...
when children component changed, react-iscroll can't recalculate the height.   source code:https://github.com/Chryseis/elemDemo4React
Hi, How to properly use the onScrollEnd event? I successfully implement the onScrollEnd event, when it stop scrolling I print out something with console log and , the text shown....
can it be possiable to supoort `options.indicators`? I have noticed that this repo is not update for a long time. and I was really interested in this project, I am...
``` import ReactIScroll from 'react-iscroll' import iScroll from '../../utils/iscroll-cinema-zoom' ``` ```iscroll-cinema-zoom``` is my self-make,I just changed ```iscroll-zoom``` source code.
i have a folder menu.when i fold it,there is a bug which i can not scroll the content.