11-18-2010 04:26 PM - edited 11-18-2010 04:48 PM
Hi Everyone,
I have recently added a new scroll event handler in my github fork of the BlackBerry WebWorks project.
You can find the source code here:
https://github.com/tneil/WebWorks/tree/master/api/
function foo()
{
blackberry.ui.event.onScrollStart( function() {
alert('starting to scroll');
});
blackberry.ui.event.onScrollEnd(function(vPos, hPos) {
alert('Vertical Position: ' + vPos + ' Horizontal Position: ' + hPos);
});
}
08-28-2012 10:35 AM
hey Tim,
I have sent a lot of post about the scroll issue on phone gap sencha but still not found any suitable fixes.
we are using the x-blackberry-focusable="true" id="100" x-blackberry-onUp="scrollReg()" x-blackberry-onDown="scrollReg()"
with every element and scroll elements using scrollReg function but this is quite slow and at the time of loading mask
showing this scroll is still working.
Please suggest some optimal solution.
Thanks
Vipin Tomer
08-30-2012 03:02 AM
Hi tneil,
It is getting 404 error. plz upload it again.
here is the link mention below
https://github.com/tneil/WebWorks/tree/master/api/
plz check this link and update once.
08-30-2012 08:51 AM
The code is now located here:
https://github.com/blackberry/WebWorks-Community-A