Pagawa / PgwBrowser

Browser & OS / platform detection plugin for jQuery and Zepto
GNU General Public License v3.0
64 stars 35 forks source link

new feature: can view bit of operation system #6

Closed dicos closed 9 years ago

jonathan-piat commented 9 years ago

Hello,

Thanks for your PR, even if your idea is good, the current implementation of "window.navigator.platform" is very approximative.

For example with my Windows 8.1 (64 bits), "window.navigator.platform" returns "Win32" because Chrome and Firefox run in 32-bit.

Jonathan