Hi,

you are right, the feature set around the pageEnd event is not complete. The 
better solution would be to solve this problem with a "waypoints" logic like 
this framework does:

http://imakewebthings.com/jquery-waypoints/

The logic for the pageEnd event is built-in far inside the iScroll logic we 
use. If your target platform is just iOS and Windows Phone, you could implement 
your own waypoints logic by extending the MNativeScroll.js .
In iScroll it is much more difficult.

Could you open an enhancement bug for this use case?

Greetz Christopher


Am 28.03.2014 um 19:29 schrieb Vincent Vandenschrick 
<vvand...@gmail.com<mailto:vvand...@gmail.com>>:

Hi qooxdooers,
I would like to be able to react on user dragging the page to « before » the 
beginning (i.e. like many apps implement a "reload ») and « after » the end 
(i.e. like many apps implement a « fetch next records »).

As of now , I’ve found the pageEnd event on the Scroll container but there are 
some limitations (that might however be the desired behavior) :
1/ It only triggers if the contained elements actually overflow the visible 
space.
2/ There is no pageBegin event.

Am I missing something ? Any workaround before an "official" implementation of 
such events (on the Page for instance)?

Kind regards,
Vincent
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to