A set of methods to lock scrolling within an element or an entire page on mobile devices, tablets and desktops.
npm install @js4y/lock-scrollA set of methods to lock scrolling within an element or an entire page on mobile devices, tablets and desktops.
Live Demo: https://bukacekd.github.io/lock-scroll
- easy to use
- compatible with Android, IOS, MacOS and Windows
- compatible with mobile devices, tablets and desktops
- preserves the space corresponding to the width of the scrollbar
Npm
``bash`
npm install @js4y/lock-scroll
CDN
`bash`
Npm
`javascript
import {lockScroll, unlockScroll} from '@js4y/lock-scroll';
// lock scrolling
lockScroll();
// unlock scrolling
unlockScroll();
`
CDN
`javascript