I need to be able to determine which version of Windows (32-bit or 64-bit) a user is running. My computer is very definitely 64-bit:
But when I try using window.navigator.platform
in the console in either Firefox, Chrome, or IE11, it returns WIN32.
Can anyone give me an idea of why this is happening? If this isn't an accurate way of determining OS platform, what is? (This has to be done client-side.)