slideout
slideout copied to clipboard
A touch slideout navigation menu for your mobile web apps.
It gets buggy when swiping the main panel it gets over which you can see from the screenshot, tested on iPhone 5, and also header gets drag along too I...
Perhaps something like [this](https://jonsuh.com/hamburgers/)?
This is a revision of https://github.com/Mango/slideout/pull/73, following from https://github.com/Mango/slideout/issues/225. The intention is to detect scroll intent and prevent triggering the slideout when the touchX changes 20px, even when the body...
If the scroll container for the page's content is within the panel, for example, instead of the body, then the listener for scroll on the document doesn't fire, and we...
Hello! Nice work man :) But can you give me advise about z-index, i want to change z-index by 3, it means that menu don't shift all content in left...
if none gets returned, browser throws a warning message: `Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.`
I understand the idea is to keep it as simply as possible, but it would be nice to have: 1. Ability to have Push Panels instead of Slide/Reveal. 2. Ability...
Reference issue #140 Sorry it took so long to get this pull request in but here is the modifications I made to allow the user to drag out the menu....
Instead of providing example CSS in the `README.md` file, what about including that CSS (and the other examples) as files in `dist/` and linked appropriately in `bower.json` etc? The default...