-
Notifications
You must be signed in to change notification settings - Fork 18k
x/website: hamburger menu not working on iOS safari #49629
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
Comments
The hamburger works fine (right this instant) on Android. |
FYI: It is just the golang.org home page where it is not working. If you click 'read more' on the home page then you get redirected to the go blog on go.dev/blog and the hamburger starts working on that site. |
FWIW, I am running iOS 15.1 and the menu on golang.org works fine in Safari. |
Can you please try a force reload, however that is spelled in iOS Safari? |
Force reload worked. Thanks Russ! By the way "force reload" is spelled "turn on airplane mode, refresh to fail, turn off airplane mode, refresh" ref: https://apple.stackexchange.com/a/392786/348057 |
Thanks, had no idea. What a magic spell! Current theory is that the outage yesterday may have resulted in some of the intermittent 404s being cached for some of the JS, which of course would make it stop running in the pages. |
What version of Go are you using (
go version
)?Whatever’s on the website today
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?iOS 15.0.2
What did you do?
Load golang.org in safari and touch menu icon in upper right corner of page
What did you expect to see?
Menu
What did you see instead?
Nothing
The text was updated successfully, but these errors were encountered: