Skip to content

Commit

Permalink
- Fixed critical bug with touch devices #1553
Browse files Browse the repository at this point in the history
- Fixed critical bug with touch devices #1553
  • Loading branch information
alvarotrigo committed Sep 28, 2015
1 parent 0538cb9 commit 8d4acd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions jquery.fullPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* fullPage 2.7.2
* fullPage 2.7.3
* https://github.com/alvarotrigo/fullPage.js
* @license MIT licensed
*
Expand Down Expand Up @@ -269,6 +269,7 @@
});
}
else if(value){

FP.setMouseWheelScrolling(true);
addTouchHandler();
}else{
Expand Down Expand Up @@ -499,8 +500,8 @@
}).get();
}

FP.setAllowScrolling(true);
prepareDom();
FP.setAllowScrolling(true);

//due to https://github.com/alvarotrigo/fullPage.js/issues/1502
windowsHeight = $window.height();
Expand Down
6 changes: 3 additions & 3 deletions jquery.fullPage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d4acd0

Please sign in to comment.