Skip to content

Instantly share code, notes, and snippets.

@josefadamcik
Created August 17, 2016 14:52
Show Gist options
  • Select an option

  • Save josefadamcik/0802ddbfe0f4392f07f00c24f937cbf5 to your computer and use it in GitHub Desktop.

Select an option

Save josefadamcik/0802ddbfe0f4392f07f00c24f937cbf5 to your computer and use it in GitHub Desktop.

Revisions

  1. josefadamcik created this gist Aug 17, 2016.
    10 changes: 10 additions & 0 deletions iscroll.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    new IScroll(".map-wrapper", {
    //options
    mouseWheel: false,
    scrollbars: true,
    scrollX: true,
    scrollY: false,
    eventPassthrough: true,
    tap: true,
    click:false
    });