Giter VIP home page Giter VIP logo

responsive-off-canvas-menu's Introduction

responsive-off-canvas-menu's People

Contributors

dbushell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

responsive-off-canvas-menu's Issues

Auto closes on Android.

Navigation opens and immediately closes again on the Androids default "Internet" browser.

Updating Modernizer

Hey there,

When I try and update modernizer to a custom version of my own—few extra check (html class names)—I seem to get an error with your main.js code on line 53.

Uncaught TypeError: Object #<Object> has no method 'prefixed'

Any help with resolving this would be great. I have tried looking around to find an answer before posting here and tried debugging it myself though I don't know a great deal about JS, although I'm trying to learn it.

Thanks
Dan

Link to external page

Hi everyone,

I'm trying to open an external link to another page with one of the menu links, but the menu just closes and does nothing.
Any ideas on how I can solve this. Thanks.

iOS Orientation Switch Breaks Menu/Page

First let me say what a fantastic off canvas navigation, the best one I have seen.
However, I seem to have found a possible bug but not sure what is causing this, if anyone can shed any light or a fix?

So if you view the site on landscape orientation on iOS and open/close the menu. When you change orientation to portrait, the page breaks and the menu/off canvas area suddenly appears and overlaps the page, but without any content or ability to remove this. The navigation was closed so not sure why this suddenly appears.

I have a screenshot of the after effect here:
http://cl.ly/image/190m1x2E2w0h

I first spotted this on my one page after implementing the navigation, so immediate thought I had borked the code somehow, but I checked the original example and it is the same on there too...
http://bit.ly/offcanvas4

Any ideas?

Clicking Navigation Links closes menu but does not navigate to page

Hi there,

I'm adapting this for use on my site, and I'm running into a strange issue. When The nav is open and I click a link the menu closes, but the page does not reload to the new content. It is not a z-index issue, and may be due to a conflicting style, but I haven't found it yet. Has anyone else had this happen and what did you do to fix it?
Kristin

A small bug(?) in Chrome 26

Thanks for the great tool, it works like a charm. However, I noticed a small bug(?) on Chrome (Mac). When you resize the browser down to show the menu, it works well. But when you increase the browser width, and when the menu icon about to disappear, you will notice a small gap between the browser and the webpage, keep on increasing the browser width, the gap will gone and everything appears normal again. This only shows in Chrome, works well on Safari and Firefox for me. Any thought?

untitled

Example using: http://dbushell.github.io/Responsive-Off-Canvas-Menu/step4.html

Rounding in Safari

Great work here - I like what you've got so far.

In Safari, it looks like rounding differences are producing a pixel wide border on either side of #inner-wrap, depending on the browser width. When then background is dark, like your demos, it is hardly noticable (except it does overlap the .is-active arrow - see attached). If you wratchet up the contrast however, the gaps become clear.

Nothing I've tried was successful. Any thoughts?

Screen Shot 2013-03-07 at 12 47 05 PM

main.jquery.js Didn't work

Just spent 45 minutes trying to integrate this code, totally confused about what wasn't working. Anyway, main.js worked, main.jquery.js didn't work.

I tested the repo with jQuery 1.6.4 all the way up to 1.9.1.

Touch/Swipe Integration

Firstly, thanks for this - its the best off-canvas implementation I've seen, most importantly, it feels good when in use..

To help 'close the gap' with native apps further, I think this would really benefit from some additions:

  • Touch/swipe support
  • ability to have multiple menus (ie. menu on left and/or right)
  • scrollable menu independent of main content (as facebook native app - so if there were a lot of items in the menu they could be scrolled into view)
  • ability to tap/click off-menu to close the nav

As mentioned in the smashing-mag post, Hammer.js looks like it could help with the touch events. I also found this recently which is the best swipe-able off-canvas nav I've found (most others I found are too 'twitchy' and don't have a native feel). However it lacks the finesse of this menu and I think uses Jquery for the animations.

I'm currently learning javascript and jquery so have limited skills to implement what I've mentioned - It would be really helpful if anybody has any resources or forks which have these additional functionality mentioned to share?

Navigation Close Bug

I have found on devices using older versions of Jelly Bean (in my case I'm using a Galaxy S3 with 4.1.2) that when the navigation is open, clicking 'nav-open-btn' does not close the navigation. Clicking outside the navigation below that button does close the navigation as intended.

Sticky footer

Did anyone try making footer stick to bottom no matter what is content's height? It's not hard with simple css, but since footer and all content wrapped in outer-wrap & inner-wrap it's kind of a challenge. Thanks!

Compability with Bootstrap griding

Hi I try to use this cool snippet with bootstrap griding but doesn't seems to work together. What should I change to make it usable? so my murkup looks like

<nav id="sidebar-nav" role="navigation">
    <div class="block">
        <h2 class="block-title"></h2>
        <?php bones_main_nav(); ?> 
        <a class="close-btn" id="nav-close-btn" href="#top">Return to Content</a>
    </div>
</nav>

<div id="right_sidebar_widgets">
    <?php dynamic_sidebar('sidebar1'); ?>
</div>

if I remove class="col-md-3 col-sm-3" than it's working but the griding is out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.