I'd like to offer users using the slower, limited UIWebView a different experience than the native Mobile Safari users. How can I detect these users as distinct from regular Mobile Safari users?
Asked
Active
Viewed 1,480 times
1 Answers
2
The user agent string will not contain Safari
. Answered here:

Community
- 1
- 1

Ben Wilber
- 843
- 8
- 15
-
2Apparently in iOS 7, both UIWebView and Safari include `Safari` in their user agent strings. Back to the drawing board. – Ryan Mar 26 '14 at 06:02
-
@Ryan Did you find a solution for iOS 7? I'm in the same pipeline. – Henrik Petterson May 28 '16 at 09:44