Topic: screenMode small scroll bug on thumb view
Hi,
I noticed this "glitch" when testing the small screen mode for mobile phones with forceTouchMode at true. I'm using this markup to embed my gallery:
<div style="width: 95%; height: 100%;">
<div id="juicebox-container"></div>
</div>
Now the glitch happens when the gallery is not expanded. On the thumbnails page, I can't slide up and down to view my page content, especially when the gallery covers the whole screen. I have to set my gallery with to 80% to have a "scrolling zone", which I do not want.
The problem is not present when I click on an thumbnail.
Anybody else experienced this?