1

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?

Ryan
  • 14,682
  • 32
  • 106
  • 179

1 Answers1

2

The user agent string will not contain Safari. Answered here:

detect ipad/iphone webview via javascript

Community
  • 1
  • 1
Ben Wilber
  • 843
  • 8
  • 15