Hi.
I have a problem with the menu system when using a long list of scenes. I have a tour with maybe 30 scenes in.
With this many scenes, Chrome Mobile will auto-hide the address bar when scrolling the scenelist upwards. Unfortunately, it stays auto-hid when we use the toggle to close the scenelist, resulting in mobile users not being able to access their address bar and tab buttons when they return to their tour. It also leaves an ugly black bar across the bottom.
Is there any css magic that anybody knows to prevent the Chrome Mobile browser from triggering the auto-hide option when we have a long list of scenes in our tours?
Thanks in advance if you are able to help!
Kris.
---
Current .css is this (btw, I changed to height :auto to retain the background colour when scrolling large scenelists):
.mobile #sceneList {
width: 100%;
height: auto;
left: -100%;
}
Images demonstrating the problem: