We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d3d37 commit 543d7dcCopy full SHA for 543d7dc
jquery.fullPage.js
@@ -1,5 +1,5 @@
1
/**
2
- * fullPage 2.0.1
+ * fullPage 2.0.2
3
* https://github.com/alvarotrigo/fullPage.js
4
* MIT licensed
5
*
@@ -38,7 +38,6 @@
38
'touchSensitivity': 5,
39
'continuousVertical': false,
40
'animateAnchor': true,
41
-
42
'normalScrollElementTouchThreshold': 5,
43
44
//events
@@ -399,9 +398,10 @@
399
398
function touchMoveHandler(event){
400
401
if(options.autoScrolling){
402
- //preventing the easing on iOS devices
403
// additional: if one of the normalScrollElements isn't within options.normalScrollElementTouchThreshold hops up the DOM chain
404
if (!checkParentForNormalScrollElement(event.target)) {
+
+ //preventing the easing on iOS devices
405
event.preventDefault();
406
407
var e = event.originalEvent;
0 commit comments