bestiejs / platform.js

A platform detection library.
https://mths.be/platform
MIT License
3.22k stars 407 forks source link

platform.name whith Chrome device toolbar is detectected as "Safari" #167

Closed BraulioHerrera closed 5 years ago

BraulioHerrera commented 5 years ago

When open Devtools in Chrome and activate the device toolbar the platform.name returns "Safari"

Chrome version: 72.0.3626.109

Steps to reproduce the bug:

  1. Open Devtools in Chrome
  2. Toggle device toolbar
  3. Refresh the Browser
  4. Write in the console platform.name

Thanks a lot.