dleroy
08-01-2012, 03:39 PM
I am testing a site and styles work great going from Desktop to Mobile. When I try to switch back it is still in mobile version.
Don't know if this makes any difference but I am using Firefox browser to test. The code is using the same domain. Mobile and index for html. I am letting people choose their own version of website instead of automatic redirect.
On mobile html it is using this script source:
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css">
<script src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0b3/jquery.mobile1.0b3.min.js"></script>
Is the problem the script or the meta name or something else?
Don't know if this makes any difference but I am using Firefox browser to test. The code is using the same domain. Mobile and index for html. I am letting people choose their own version of website instead of automatic redirect.
On mobile html it is using this script source:
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css">
<script src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0b3/jquery.mobile1.0b3.min.js"></script>
Is the problem the script or the meta name or something else?