codezero-be / responsive-nav

Responsive Navigation with CSS and jQuery
https://codezero-be.github.io/responsive-nav/
MIT License
53 stars 27 forks source link

Issue in android 2.3.6 + Chrome #3

Open mnakalay opened 9 years ago

mnakalay commented 9 years ago

Hello I tried your demo on an old Samsung with android 2.3.6 (I hear a lot of them are still around) and Chrome and there was one major issue: it's impossible to scroll.

Once the menu is open and covers the whole screen and some options get pushed down the screen, swiping the screen down over the menu to reach those below the fold items doesn't work.

It works fine on a new android though.

Other than that, great menu

ivanvermeyen commented 9 years ago

Thanks for reporting, I will look into this! :)

ivanvermeyen commented 9 years ago

I don't have any device to test this out, but this might do the trick for older Android phones:

http://stackoverflow.com/questions/16493724/overflow-auto-doesnt-work-in-android-browser

They reference this polyfill:

https://github.com/filamentgroup/Overthrow/

So to try this, you could add it to the <nav> element.