Lightbox scrolling issue on iOS devices, any clues?

Hi guys,

I expect you may say custom development here, but as you guys usually give some great ideas or pointers in the right direction, I’m giving this a shot…!

I wanted to simplify my website design so that there’s just one page for everything, this is working great using Nivo Lightbox (a free Lightbox that can scroll between posts in fullscreen), except iOS devices (iPhone Safari) will not scroll the Lightbox content, and only my main website underneath the Lightbox scrolls.

I have an example of another site that has this working perfectly however, and I’m just wondering what on earth they are doing differently!

I’ll post my website underneath with examples and further details… thanks

…Don’t worry, I managed to fix it!

If anyone randomly finds this topic searching for Nivo Lightbox, then putting the below code into Theme Options > CSS should allow the Lightbox content to actually scroll on iOS Safari.

.nivo-lightbox-wrap {
-webkit-overflow-scrolling: touch !important;
overflow: visible !important;
}

Glad you’ve sorted it out and thank you for sharing the solution with us.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.