Created
August 17, 2016 14:52
-
-
Save josefadamcik/0802ddbfe0f4392f07f00c24f937cbf5 to your computer and use it in GitHub Desktop.
iscroll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
new IScroll(".map-wrapper", { | |
//options | |
mouseWheel: false, | |
scrollbars: true, | |
scrollX: true, | |
scrollY: false, | |
eventPassthrough: true, | |
tap: true, | |
click:false | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment