<link href="css/mobile-large.css" media="all and (min-width: 481px) and (max-width: 760px)" rel="stylesheet" type="text/css" />
Why isn't the "mobile-large.css" stylesheet loading on a Samsung Galaxy Nexus with a width of 720px as intended? What could be causing this issue and how can it be resolved?
Additionally, I am utilizing the following code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />