I have a web app for mobile devices.
It is a single page application, so it uses a pretty big index file along with 3 huge CSS files.
In some pages the CSS rules are applied after the content is loaded, meaning I can see my form fields for a brief moment while they are still unstyled.
What can I do to solve this issue? Let me know if I should provide some code. I am using Kendo Mobile UI and AngularJS.