September 26, 2014
When using Slick on Android, you may find that the vertical scrolling, or site progression, becomes inaccessible if you have a full-width slider. Some forums and suggestions have mentioned setting draggable, swipe and touchMove to false, but this does not always solve the issue for all devices. You can add this style to your css, and the mobile version of your site will become scrollable again. Sourced here
.slick-slider { touch-action: pan-y!important; -ms-touch-action: auto!important; }