Jump to content

Disable all scrolling on website for mobile

Recommended Posts

Site URL: https://insidefukushima.org/

Hello,

I'm trying to disable scrolling (both horizontal and vertical) site-wide because it's completely breaking my website on mobile. My website is used to host images, and the template I'm using, Momentum, seems to have serious issues with displaying images on the mobile site format.

The website is insidefukushima.org, and the issue begins in the photo galley pages, like https://insidefukushima.org/no-entry-signs. On a desktop, the page looks completely normal and you can scroll through the images by clicking on the left or right side of an image, or use arrow keys.

If you interact with the pages on mobile by simply taping the images, like you would clicking on them or using arrow keys on desktop, the site works well. However, even slightly moving an image will cause it to skip and settle between images. Since most people instinctively "swipe" through images, this causes the pages to break almost immediately.

My question is: how can I disable scrolling on the mobile site so that a visitor can only interact with it by taping on the left or right side of an image?

I have tried many custom CSS lines and absolutely none of them have worked. I have reached out to Squarespace support for help and they said they are aware of the issue but could not give me a timeline for fixing it. I have seen other people post about similar issues but none of the solutions worked for me.

If someone has a solution to this I would love to try it. Unfortunately my website is almost completely useless on mobile right now because of this. I will attach an image of what it looks like when this happens, but you can easily recreate the issue by visiting the website from a phone.

Thank you.

F88CCB55-692F-442C-B039-07FB8616E096_1_105_c.jpeg

9748882F-53F4-49D3-BF1A-B96BC453F5C2.gif

Link to comment
  • 2 weeks later...
  • Replies 7
  • Views 5.5k
  • Created
  • Last Reply
On 12/4/2020 at 7:58 PM, tuanphan said:

Hi. Have you found the solution yet?

I have not. I have tried some new CSS lines

html, body {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  position: relative;
  }

which seem to disable scrolling on desktop (which isn't even an issue), but nothing will fix the mobile scrolling issue.

Link to comment
17 minutes ago, tuanphan said:

try


@media screen and (max-width:767px) {
html, body {
	overflow: hidden;
}
}

 

Just tried it, unfortunately it still doesn't apply to mobile. The code is still in custom CSS, if you want to try scrolling through something like https://insidefukushima.org/no-entry-signs on mobile.

I tried a few variations of @media screen since it worked site-wide for increasing the size of the information icon only on desktop. I don't understand why it won't work for disabling overflow.

Is there perhaps a page specific solution that I could use through page header code injection? It's not ideal but I could apply something to every page under "photographs" throughout my site.

Link to comment
1 hour ago, tuanphan said:

Try adding to Code Injection Header


<style>
  @media screen and (max-width:767px) {
html, body {
	overflow: hidden;
}
}
</style>

 

Unfortunately that didn't work either. It almost seems like the scrolling can't be overridden.

I emailed Squarespace to tell them that nothing will fix it and that my site is completely broken on mobile. They wouldn't give me an ETA last time I spoke to them, but maybe they'll fix it if I keep bugging them.

Link to comment

Per Sqaurespace's suggestion, I have been trying new gallery display methods (which all look substantially worse than momentum's default gallery setup) and I can confirm that hiding overflow works for desktop but not mobile. Something is overriding changes to overflow on mobile.

Setting "overflow: hidden" in CSS disables overflow site-wide for desktop, along with applying it to the header for the full site under "advanced, code injection, header," but this does not work for mobile. 

I really have no idea what to do anymore. If disabling overflow works on desktop but not mobile then something is wrong on the backend.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.