Showing
1 changed file
with
4 additions
and
5 deletions
@@ -31,11 +31,10 @@ function initNavScroll(opt) { | @@ -31,11 +31,10 @@ function initNavScroll(opt) { | ||
31 | iScroll = new IScroll($navBox[0], { | 31 | iScroll = new IScroll($navBox[0], { |
32 | scrollX: true, | 32 | scrollX: true, |
33 | scrollY: false, | 33 | scrollY: false, |
34 | - mouseWheel: true, | ||
35 | - scrollbars: true, | ||
36 | - probeType: 3, | ||
37 | - preventDefault: true, | ||
38 | - click: true | 34 | + tap: true, |
35 | + eventPassthrough: true, | ||
36 | + useTransform: false, | ||
37 | + useTransition: false | ||
39 | }); | 38 | }); |
40 | 39 | ||
41 | return { | 40 | return { |
-
Please register or login to post a comment