I am developing a web application for smartphones. Users can horizontally or vertically scrolling at their convenience, but they should not be able to do both at the same time.
I am looking for tips and/or library in javascript and/or css to render scrolling unidirectional.
If the gesture is globally vertical, scrolling is only vertical. If the gesture is globally horizontal, scrolling is horizontal only.
Thank you !