Closed Bug 914313 Opened 11 years ago Closed 10 years ago

Woothee library doesn't recognize FFOS tablet UA

Categories

(Web Compatibility :: Site Reports, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: miketaylr, Assigned: miketaylr)

References

()

Details

Note: does fine with Firefox for Android.

```
> var w = require('woothee')
undefined
> w.parse("Mozilla/5.0 (Mobile; rv:18.0) Gecko/18.0 Firefox/18.0")
{ name: 'Firefox',
  vendor: 'Mozilla',
  version: '18.0',
  category: 'UNKNOWN',
  os: 'UNKNOWN' }
```
Fixed now, thanks! https://github.com/tagomoris/woothee/issues/4#issuecomment-24281477
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Blocks: 915706
Going to recycle this bug:

> w.parse('Mozilla/5.0 (Tablet; rv:26.0) Gecko/18.0 Firefox/26.0')
{ name: 'Firefox',
  vendor: 'Mozilla',
  version: '26.0',
  category: 'UNKNOWN',
  os: 'UNKNOWN' }
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Summary: Woothee library doesn't recognize FFOS UA → Woothee library doesn't recognize FFOS tablet UA
Fixed now.
Status: REOPENED → RESOLVED
Closed: 11 years ago10 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Web Compatibility
Component: Mobile → Site Reports
You need to log in before you can comment on or make changes to this bug.