When it comes to targeting specific versions of Internet Explorer, conditional comments or hacks can be used. Is there a similar method for targeting different versions of iOS?
I'm facing an issue with my website functioning perfectly on iOS 4.2 and above, but breaking on older versions. I can adjust the CSS to hide certain elements and make it work on older versions, but then it breaks on newer versions.
I'm looking for a way to send an old iOS style sheet to older versions and have it be ignored by newer versions.
While there are plenty of resources available for targeting different versions of iOS for app development, there doesn't seem to be much for websites.
As an additional question, I'm curious about how to target different versions of Android as well.