There are a few questions on Stack Overflow targeting specific phones, but I’m wondering if there is a trusted media query to target anything bigger than a handheld smartphone.
Excluded:
- iPhone 3G, 3GS, 4, 4S, 5; Android Phones; Windows Phones; etc.
Included:
- iPads and other tablets; desktop computers
Is this rule reliable?
@media only screen and (min-device-width: 481px) {
}
This will be better
because there are a lot of handheld devices with
540pxwidth, but no tablets under600pxI’m aware of