Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't get hamburger/mobile menu to work on iOS #196

Open
melissamcewen opened this issue May 26, 2021 · 4 comments
Open

Can't get hamburger/mobile menu to work on iOS #196

melissamcewen opened this issue May 26, 2021 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@melissamcewen
Copy link

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.

@EvgenyOrekhov EvgenyOrekhov added bug Something isn't working help wanted Extra attention is needed labels May 26, 2021
@EvgenyOrekhov
Copy link
Owner

Unfortunately, I don't have an iOS device to test it :(

@EvgenyOrekhov EvgenyOrekhov mentioned this issue May 26, 2021
@nathanielknight
Copy link

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.

@leblancfg
Copy link

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.

@kinostl
Copy link

kinostl commented Jun 30, 2023

I experience this on firefox mobile and firefox desktop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants