Ho questa @media
configurazione:
HTML :
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
</head>
CSS :
@media screen and (min-width: 769px) {
/* STYLES HERE */
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
/* STYLES HERE */
}
@media only screen and (max-device-width: 480px) {
/* STYLES HERE */
}
Con questa configurazione funziona su iPhone ma non funziona nel browser.
È perché ho già device
nel meta e forse max-width:480px
invece ho ?
@media screen and (min-width:769px){
normali stili del browser