Struggling to prevent my website from scrolling on different devices. While it's relatively easy to achieve on desktop browsers using overflow: hidden;, I'm facing issues with my Android tablet where the page continues to scroll no matter what I try. I've experimented with preventDefault on scroll but haven't had any luck so far.
Thanks in advance for any help!