16

How can you tell using javascript if your site is being loaded in an SFSafariViewController, and not pure Safari? I looked at window.navigator.userAgent, but it outputs the same thing on both browsers.

petranaya
  • 769
  • 1
  • 6
  • 23

1 Answers1

0

According to this Apple Developer thread they should be different; I'd also check iOS User Agents.

hector-j-rivas
  • 771
  • 8
  • 21