|
|
|
|
|
by danielwinter
3955 days ago
|
|
Hey, dev here. Well, there is a screenshot right at the greeting :) Yes, this implementation is focusing on 3-5 pages on your website - which is mostly enough for like 90% of all common sites. And if you need more for less important stuff like Terms of Service, FAQ or anything you could imagine, there is still an overflow button, which is kinda like a hamburger menu, but at least you have a few items without clicking a second time - and you see them instantly. On a usual hamburger menu you can't even see your options without opening it, which increased my bounce rate on gaumengut.at by 80%. I noticed that position:fixed is a bit awkward when pinch-zooming on mobile, but what are other and better alternatives? I primarily wanted to make it as easy as possible so that it's just a drop-in solution, without further code.
Hence why I positioned it on the top instead of the bottom, it's easier to implement using pure css and without forcing the user to change his DOM too much. I hide it on Desktop as I primarily wanted it to be a mobile navigation. The font size is too small for Desktops (distance to the display, mostly non retina...), but a desktop version is planned. Thanks a lot for your feedback! |
|