|
NavigatorPlatformProperty
The navigator.platform property
ValuesThe navigator.platform property returns a string.
This property is read-only. UsageBrowser compatibility
Further reading |
Sign in to add a comment
|
|
Search
|
|
NavigatorPlatformProperty
The navigator.platform property
ValuesThe navigator.platform property returns a string.
This property is read-only. UsageBrowser compatibility
Further reading |
Sign in to add a comment
I'm on an Intel Mac running OS X 10.5.2 Leopard. I get the following values:
Safari 3.1.1 => "MacIntel?" Webkit => "MacIntel?" Firefox 12.0.0.11 => "MacIntel?"
The values I'm currently working with:
I haven't see the "Linux x86_64" one mentioned in various docs before.
I don't know what the browsers in various smart phones report. Anyone? Just enter "javascript:alert(navigator.platform);" in your phone's browser.