Skip to content

Commit e8834ca

Browse files
committed
- Fixing bug with iOS 10 causing bouncing effect when scrolling alvarotrigo#2285
1 parent a0587ec commit e8834ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jquery.fullPage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,7 @@
12241224
* Handler for the touch start event.
12251225
*/
12261226
function touchStartHandler(event){
1227+
event.preventDefault();
12271228
var e = event.originalEvent;
12281229

12291230
//stopping the auto scroll to adjust to a section

0 commit comments

Comments
 (0)