Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser version 0 on Chrome Canary and some mobile browsers #51

Open
auxiliary opened this issue Dec 26, 2013 · 1 comment
Open

Browser version 0 on Chrome Canary and some mobile browsers #51

auxiliary opened this issue Dec 26, 2013 · 1 comment

Comments

@auxiliary
Copy link

Browscap shows a version 0 for Chrome Canary (current version, 34) and for Nexus phones' default browser.
This is the output of getBrowser() for Canary:

[browser_name] => Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1760.0 Safari/537.36
    [browser_name_regex] => ^mozilla/5\.0 \(.*windows nt (\d)\.(\d).*\) applewebkit/.* \(khtml, like gecko\).*chrome/.*safari/.*$
    [browser_name_pattern] => Mozilla/5.0 (*Windows NT 6.1*) AppleWebKit/* (KHTML, like Gecko)*Chrome/*Safari/*
    [Parent] => Chrome Generic
    [Platform] => Win7
    [Platform_Version] => 6.1
    [Platform_Description] => Windows 7
    [Comment] => Chrome Generic
    [Browser] => Chrome
    [CssVersion] => 1
    [RenderingEngine_Name] => WebKit
    [Version] => 0.0
    [MajorVer] => 0
    [MinorVer] => 0
    [Alpha] => 
    [Beta] => 
    [Win16] => 
    [Win32] => 
    [Win64] => 
    [Frames] => 
    [IFrames] => 
    [Tables] => 
    [Cookies] => 
    [BackgroundSounds] => 
    [JavaScript] => 
    [VBScript] => 
    [JavaApplets] => 
    [ActiveXControls] => 
    [isMobileDevice] => 
    [isSyndicationReader] => 
    [Crawler] => 
    [AolVersion] => 0
    [Device_Name] => unknown
    [Device_Maker] => unknown
    [RenderingEngine_Version] => unknown

And this is the output for a Nexus browser:

[browser_name] => Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 4 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19
    [browser_name_regex] => ^mozilla/5\.0 \(.*linux.*\) applewebkit/.* \(khtml, like gecko\) .*safari/.*$
    [browser_name_pattern] => Mozilla/5.0 (*Linux*) AppleWebKit/* (KHTML, like Gecko) *Safari/*
    [Parent] => Safari Generic
    [Platform] => Linux
    [Comment] => Safari Generic
    [Browser] => Safari
    [Frames] => 1
    [IFrames] => 1
    [Tables] => 1
    [Cookies] => 1
    [JavaScript] => 1
    [JavaApplets] => 1
    [CssVersion] => 1
    [RenderingEngine_Name] => WebKit
    [Version] => 0.0
    [MajorVer] => 0
    [MinorVer] => 0
    [Platform_Version] => unknown
    [Platform_Description] => unknown
    [Alpha] => 
    [Beta] => 
    [Win16] => 
    [Win32] => 
    [Win64] => 
    [BackgroundSounds] => 
    [VBScript] => 
    [ActiveXControls] => 
    [isMobileDevice] => 
    [isSyndicationReader] => 
    [Crawler] => 
    [AolVersion] => 0
    [Device_Name] => unknown
    [Device_Maker] => unknown
    [RenderingEngine_Version] => unknown
@ammont
Copy link

ammont commented Dec 31, 2013

+1 for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants