I have a mobile website that uses jQuery mobile and am having a problem with the loading of the CSS on mobile devices. On my Nexus S with Jellybean, the HTML will load very quickly, but the CSS takes a good 3-4 seconds, during which this is what the website looks like:
The mobile website itself can be found at http://axialdev.ekomobi.com
The CSS file is linked at the top, but it still seems to load last. The one containing the colors and the visible styles is called client-damafro.min.css
.
Are there any obvious problems with the way I'm doing things? How can I solve my loading problem?