Windy

Results 3 comments of Windy

Media query is ``` @media only screen and ( max-device-width: 736px ) { ... } ``` and it is recommended detection of mobile phone. I think cypress works as expected,...

Just now I have tested Facebook, Gmail and Twitter and all of them use media queries based on `device-width` not a browser window, and by this they decide if they...