I need to show an HTML page in an UIWebView under Retina and non-retina displays.
Moreover I'd like to use the cache manifest functionality from HTML5. But I want to have two different cache manifest files with links to Retina and non-retina images.
Can I use any logical statements for a cache manifest? Or can I change manifests files dynamically?