0
Linked CSS
Is it possible to work with linked CSS files? I bought this app to learn CSS, and I'm unable to get it to display correctly. I'm too much of a beginner to give educated feedback (which could explain why I'm having this problem), but I really like the app so far.
Customer support service by UserEcho
Yes, this is unfortunately a problem in iOS 5. It seems to cache the CSS file although it shouldn't.
As a workaround, you can add a parameter to the url like that:
<link rel="stylesheet" type="text/css" href="main.css?v=1" media="screen" />