react-iscroll icon indicating copy to clipboard operation
react-iscroll copied to clipboard

React component for wrapping iScroll http://iscrolljs.com/

Results 18 react-iscroll issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/13757352/31044357-6f20bbfc-a600-11e7-91e4-44259913aa66.png) ![image](https://user-images.githubusercontent.com/13757352/31044381-e2588cb2-a600-11e7-8925-2da4fbe18ae7.png) 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...

question

``` 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.