Hey there!

This is a simple little layout I've set up to show how gestures can work. On a desktop browser you'll notice two sidebars at either side. If you resize the screen to be quite small they'll both disappear. Where did they go?

Well on mobile browsers you'll be able to access these by using gestures. Swipe to the left or swipe to the right and the sidebars will appear. Pretty cool, right?

Obviously the sidebars can be further styled but I've left them quite plain just to illustrate the point. There are a few issues, however, with using this setup. I've disabled touch scrolling in everything but this container in order to make it work

Why? Because some phone models will disable animations on scroll so we end up with jerky behaviour. This solution is mostly full proof, so hopefully it won't cause that many problems.