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

Firefox Tablet not properly recognized #111

Closed
waldbaerkoch opened this issue Oct 26, 2015 · 2 comments
Closed

Firefox Tablet not properly recognized #111

waldbaerkoch opened this issue Oct 26, 2015 · 2 comments

Comments

@waldbaerkoch
Copy link

User-Agent: Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0
results in

UAParser\Result\Client Object
(
    [ua] => UAParser\Result\UserAgent Object
        (
            [major] => 4
            [minor] => 1
            [patch] => 2
            [family] => Android
        )

    [os] => UAParser\Result\OperatingSystem Object
        (
            [major] => 4
            [minor] => 1
            [patch] => 2
            [patchMinor] =>
            [family] => Android
        )

    [device] => UAParser\Result\Device Object
        (
            [brand] => Generic
            [model] => Tablet
            [family] => Generic Tablet
        )

    [originalUserAgent] => Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0
)
@commenthol
Copy link
Contributor

Can you please check for the latest version of regexes.yaml? I get this as result:

{ userAgent: 'Mozilla/5.0 (Android 4.1.2; Tablet; rv:41.0) Gecko/41.0 Firefox/41.0',
  ua: { family: 'Firefox Mobile', major: '41', minor: '0', patch: null },
  os: 
   { family: 'Android',
     major: '4',
     minor: '1',
     patch: '2',
     patchMinor: null },
  device: { family: 'Generic Tablet', brand: 'Generic', model: 'Tablet' } }

@waldbaerkoch
Copy link
Author

ACK. Sorry for the confusion.

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