holiday.css
holiday.css copied to clipboard
Can't get hamburger/mobile menu to work on iOS
First of all, thanks for such a great tool! I love using it in my projects. I'm finding that the hamburger nav doesn't work on mobile on iOS. If I click on the "hamburger" it doesn't expand.
Unfortunately, I don't have an iOS device to test it :(
I also ran into this; it looks like it's a quirk/problem with mobile Safari; by default, you have to long-press an element to trigger hover
. I was able to work around it using the advice in this article (specifically, I added tabIndex="0"
to my body
element).
Not sure how much can be done about it at the framework level, but I figured I'd add a note for anyone else who be encountering this.
Unfortunately, I don't have an iOS device to test it :(
Just adding extra context here – I'm afraid my knowledge of CSS is dismal, so I can't submit a PR.
But both desktop Firefox and Chrome browsers have device emulation modes in their debug panes.
I experience this on firefox mobile and firefox desktop.