Jquery mobile is not rendering in IOS 6.1.3

Jquery mobile is not rendering in IOS 6.1.3

Hi,
 
I commenced using jquery mobile recently and have some problems with jquery versions and browser compatibility.
 
When using release 1.3.1 with the following
 
<link rel= "stylesheet" href= "http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" >
<script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
 
scripts works fine on chrome and IE but when using iphone/ipad on old or new IOS, it does not display or render the display for mobile use but appears as poorly formatted html
 
however, when using a legacy version such as the following...
 
<script src=http://code.jquery.com/jquery-1.6.min.js></script>
<script src=http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js></script>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
 
works fine on chrome and IE, works fine on iphone IOS 5.1.1 (9B206) but iphone/ipad IOS 6.3.1 does not render
 
Is this a common problem and do you know how I can overcome these rendering issues on IOS 6.3.1?
 
I look forward to your response
 
Oscar