Skip to main content

All Questions

2 votes
0 answers
129 views

Hammerjs swipe locks the window.innerHeight on Chrome Android

I've run into an issue with hammerjs on Chrome Android 66. I have a side bar menu that's position:fixed, with top:0 and bottom:0. When the menu item opens, the layout is correct for when URL Bar at ...
jkdude's user avatar
  • 323
3 votes
0 answers
194 views

How do I completely prevent dragging a webpage horizontally in Android Chrome?

Page structure: <body> <section id="off-right'></section> <main></main> </body> The off-right section is initially translated out of view, and I translate it back ...
Loren's user avatar
  • 14.7k