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

x/website: hamburger menu not working on iOS safari #49629

Closed
awmorgan opened this issue Nov 17, 2021 · 6 comments
Closed

x/website: hamburger menu not working on iOS safari #49629

awmorgan opened this issue Nov 17, 2021 · 6 comments

Comments

@awmorgan
Copy link

awmorgan commented Nov 17, 2021

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

@gopherbot gopherbot added this to the Unreleased milestone Nov 17, 2021
@dr2chase
Copy link
Contributor

The hamburger works fine (right this instant) on Android.
I will see if I can reproduce on someone's iPhone.

@awmorgan
Copy link
Author

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.

@prattmic
Copy link
Member

FWIW, I am running iOS 15.1 and the menu on golang.org works fine in Safari.

@rsc
Copy link
Contributor

rsc commented Nov 17, 2021

Can you please try a force reload, however that is spelled in iOS Safari?
There may be some bad cache results for the supporting JS.

@awmorgan
Copy link
Author

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

@rsc
Copy link
Contributor

rsc commented Nov 17, 2021

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.

@rsc rsc closed this as completed Nov 17, 2021
@golang golang locked and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants