Introduction of Platform

The platform property is an object parameter to the Navigator that can be used to indicate the browser's compilation platform.

When you are creating a new browser profile in the VMLogin, the platform value and user-agent are obtained at the same time. Both values are affected by the operating system filter of the overview page. You can also manually set this value on the Navigator page.

Platform values available for desktop browsers:

  • Linux i686
  • Linux armv7l
  • Mac Intel
  • Win64
  • Win32

Platform values available to mobile browsers:

  • iPhone
  • iPod
  • iPad
  • Android

You can get a complete list of available Navigator.Platform values from the Stackoverflow article.