I\'m wondering if it\'s possible to detect whether a browser is running on iOS, similar to how you can feature detect with Modernizr (although this is obviously device detec
The user-agents on iOS devices say iPhone or iPad in them. I just filter based on those keywords.