David Schovanec

Results 19 comments of David Schovanec

@owcc indicators are some kind of parallax thing. When you scroll main element other elements (which are indicators) will scroll too with modification of speed. As I read in [documentation](http://iscrolljs.com/#indicators),...

I am currently implementing all demos from original iscroll, then I will see all the usecases and how to deal with them.

@lemming Can you show me config?

Indicators are really special in case of React. It is some components somewhere. Maybe making some helper component would help to manage it.

@D-TUCKER granted. Feel free to ask anything

@edencorbin Is it anyhow different when you use it without `react-iscroll`? If yes, then it makes sense and I will provide some feedback on code itself :)

@edencorbin My point is, that this is something many times solved and when you google you find same solution or package solving that like https://github.com/zilverline/react-tap-event-plugin So maybe find best solution...

@jr69 My guess is, that it is styling problem. Like it has to be block elements without floating etc. Try to wrap it into `` or ``

@Inoir I have custom shouldComponentUpdate https://github.com/schovi/react-iscroll/blob/master/src/react-iscroll.jsx#L48 but it need more enhancement.