Vaibhav Gupta
Vaibhav Gupta
@humitos There already a PR open -- #4995
I am still unsure about these lines https://github.com/rtfd/sphinx_rtd_theme/blob/4a3d790e61d7524baac698badee814cd286b1219/sass/_theme_layout.sass#L372-L375
@Blendify I don't know why, but I didn't get it working with jquery. But it is working fine with vanilla javascript. Here is the final result 
@jessetan I think I have added all the improvements suggested by you. Also, I have changed the javascript code to jquery, implementing the `swiperight` and `swipeleft` events, but for some...
@jessetan Added the improvements. I googled a little bit and found that maximum allowed time for the swiping so that the sidebar slides in can be added. I have added...
@jessetan > my vertical scrolling is broken Exactly what you mean by this? I tested it on a real device and the only unexpected thing I noticed that if I'm...
@jessetan When the menu is open, swiping up/down on the body is not there. But I can swipe up/down on the menu if it is longer than the screen size...
@jessetan Any update on this?