0

I need to display a message when the user visit the site on iOS (Safari and Chrome browser). How do I manage that in my React app?

meez
  • 1,125
  • 2
  • 13
  • 33

1 Answers1

0

You can find all things in navigator

https://developer.mozilla.org/en-US/docs/Web/API/Navigator

Also, check How to find the operating system version using JavaScript?

Nisharg Shah
  • 9,087
  • 5
  • 29
  • 52