Media query stopped working on IOS
Unanswered
Villanuco de Las Encartaciones posted this in #help-forum
Villanuco de Las EncartacionesOP
I have recently upgrade my project to use SSR and the media query on mobile safria on a ios 16.2 devices has stopped working. I currently use module.css to create the css for my react components. I have checked the header and its has the correct viewpoint meta data added. Any ideas what might be causing this?
Example:
@media only screen and (max-width: 1025px) {
background-color: red;
}
Example:
@media only screen and (max-width: 1025px) {
background-color: red;
}
2 Replies
Netherland Dwarf
Maybe just try
@media(max-width:…)