-
Notifications
You must be signed in to change notification settings - Fork 15
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
Map image is low resolution on iPhone 8 #64
Comments
^ Probably new behavior introduced in iOS 15; will look into this later. |
Unlike the overscroll behavior, I cannot find anything on this online. Apparently Aaron's iPhone 12 running iOS 15.0 has the image at expected resolution, while Timon's iPhone 11 running iOS 14.7.1 doesn't. Seems like it isn't an iOS issue, unless it was fixed in 15.0 and readded in 15.1 (my iOS version). |
Also present on @RaspberryPi69's iPhone 11 on iOS 14.8. |
Had similar issues, but it was noticable on desktop too, so I'm not sure if the same fix will work. Nevertheless, check out https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering. I would have tried this myself to see if I'm even right, but I don't have permissions to make a branch here and I'm a little lazy to fork right now :) |
Does adding |
A little late, but could you say which browser and version you experienced the blurriness on? A fork isn't necessary when you can test with inspect element or (if it requires JS) cloning and running locally. |
Apologies, I meant that I experienced something similar in a different project with a different image. Unfortunately I cannot inspect element on my iPhone :( |
Also mentioned by @MysticalApple. Unsure why this happens; is it a PWA image optimization attempt by safari?
The text was updated successfully, but these errors were encountered: