I have been using the Safari Responsive Design Mode while developing and debugging a responsive Website I am working on.
When setting to any mobile device (e.g. any iPhone or iPad), I was expecting a media query like this
@media screen and (max-device-width: 480px) {
.disappear-on-device {
display: none;
}
}
to fire and style elements with the disappear-on-device
class and on devices with width <= 480 accordingly, since the RDM can be specifically set to emulate an iPhones and iPads.
The styling is, however, not happening. Chrome responsive design mode seems to be handling this just fine. I have not been able to find anything related in the Safari preferences.
Am I missing something here? Is there a way to make Safari RDM act like an actual device?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…