-
The ScrollComponent only has onScroll defined. The documentation for Scroll Events mentions onScroll[Start | End] and onScrollAnimationDid[Start | End] event helpers. It looks like the definitions for…
-
I have a use case where the react components are within a scrollable div, and using `window` as the target won't work.
It looks like the capability to set different targets was recently added to the …
-
## Description
scrollEnd event interface is weird.
also, document also is wrong.
http://naver.github.io/egjs/latest/doc/jQuery.html#event:scrollEnd
### AS-IS
``` js
$(window).on("scrollend",function…
-
i want to fire a function once iscroll is initialized.
-
Has some real issues on iPad 2, which is pretty popular after all and should be considered a still significant mobile device.
1. Clicking combo box arrow doesn't trigger the combo-box at all.
2. Pre-l…
-
hello, I have a problem with click event on iScroll 5. Some elements, they fired only one time. But some elements, they fired twice times. Even I changed to tap, it is also same issue. How should I do…
-
``` javascript
myScroll = new IScroll('#wrapper', {
scrollbars: true,
mouseWheel: true,
interactiveScrollbars: true,
snap: true // this causes the scrollEnd event to fi…
-
Hi,
I have a problem,
I want to do a horizontal scroll (scroll1) in another horizontal scroll (scroll2).
Then, when I scroll the scroll2 I would like the Scroll2 does not move.
In iScroll 4 I was li…
-
If I have hideScrollbar:false and scrollbars:true as an option and after a resize I reinitialise the iScroll (so I destroy it first and reinitialise it) with the same option I get this error if the sc…
ghost updated
8 years ago
-
```
Is it possible to add a global flag to know when the scroller is scrolling? I
need that to interrupt tap events in elements inside the scroll div. Otherwise
I can not know if a tap is to stop th…