Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upscroll error on macbook trackpad #87
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for reporting it. |
This comment has been minimized.
This comment has been minimized.
same problem here! |
This comment has been minimized.
This comment has been minimized.
Replace this function in line 561 function MouseWheelHandler(e) {
for this: function MouseWheelHandler(e) {
|
This comment has been minimized.
This comment has been minimized.
I actually pulled the plug on pagePiling.js, it is just not a viable solution if what, all mac books are buggy. i am not posting it to pull away users from your plugin. But I am sure you can let yourself get inspired by their solution. And for the others, use this plugin until u implemented a solution. |
This comment has been minimized.
This comment has been minimized.
@Jossnaz the bug was not there originally and it seems it has been introduced due to some browsers' update. I had no time to take a look at this bug yet as I have other priorities at the moment. In any case, if you want a similar solution similar to the one you posted, you can go for fullPage.js (which I also created) if you want a more compatible (IE8 included) reliable and configurable solution than the one you posted. |
- Fixed bug when scrolling with an Apple trackpad #87 - Improved scrolling detection so it won’t scroll when scrolling horizontally on Apple trackpads. - Improved scrolling to prevent double scroll when scrolling very fast on Apple trackpad or kinetic scrolling devices - Improved comments so they won’t get deleted on minification.
This comment has been minimized.
This comment has been minimized.
Solved in pagePiling.js 1.5.3. Please update. |
the scroll error occurs when on the alvarotrigo site http://alvarotrigo.com/pagePiling/ I scroll down on my macbook trackpad to the fourth page and then attempt to scroll again - it takes me back to the third page, and then to the fourth http://jmp.sh/oOKku7C
I was unable to reproduce this here: http://www.alvarotrigo.com/fullPage/#secondPage
this also occurs occaisonally on the third (final) page without scrolling again
you scroll 1 then 2 then 3, then pause as if to read the third slide, but it goes back to the second slide