0

Strange but in my Production environment, I get value of GWT API Navigator.getPlatform() as Null.

On My Local Machine it works fine.

Any reason?

Baz
  • 36,440
  • 11
  • 68
  • 94
Niraj Salot
  • 145
  • 1
  • 12

1 Answers1

0

Please note this property is sent by the browser and can thus be faked, just like user agent strings. Never rely on the navigator object to be completely accurate.

Read more...

Community
  • 1
  • 1
Braj
  • 46,415
  • 5
  • 60
  • 76