1
I’m developing a responsive website and in it I set some CSS tags with media queries, but I still suffer with some devices, as an example, the Samsung Galaxy S4. I believe it’s because it contains device-pixel-ratio
3. I wanted to know how to define media queries for this type of device.
Using Twitter Bootstrap the thing becomes incredibly easy, because it adapts to any device, including the S4, which has a device-pixel-ratio
"different". It turns out that the site is already ready, refactoring is out of the question.
Are there other devices that can give me a headache? Should I just add a different media query to the Samsung Galaxy S4 device, or is there any way to make my CSS look similar to the Twitter Bootstrap?