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

Background image doesn't display on iPad OS #2

Closed
atenni opened this issue Dec 29, 2020 · 1 comment
Closed

Background image doesn't display on iPad OS #2

atenni opened this issue Dec 29, 2020 · 1 comment

Comments

@atenni
Copy link
Collaborator

atenni commented Dec 29, 2020

No description provided.

@atenni
Copy link
Collaborator Author

atenni commented Dec 29, 2020

See here for more details: WordPress/gutenberg#17718

iPadOS now defaults to a 'Desktop' view in the browser on (all?) iPad devices, which suffers from the problem with Safari's handling of background-size: cover and background-attachment: fixed

Additionally, the old way of feature detecting this has changed:

  • Previously: @supports (-webkit-overflow-scrolling: touch)
  • New way: @supports (-webkit-touch-callout: inherit)

@atenni atenni closed this as completed in d23761a Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant