Smooth scroll not initializing on mobile view · Issue #202 · locomotivemtl/locomotive-scroll

var scroll = new LocomotiveScroll({
     el: document.querySelector('[data-scroll-container]'),
     smooth: true,
     smartphone: {
        smooth: true
    },
    tablet: {
        smooth: true
    }
});