faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.2k forks source link

could not parse specific useragent while other vendor do #664

Closed roy-algaly closed 1 year ago

roy-algaly commented 1 year ago

its not a bug, more of a missing ability to parse a useragents

user agent "iOS/14.8.1;iPad Mini 4;panda;19445;4.56.1" expected : os string: iOS 14.8.1 family: iOS major: 14 minor: 8 patch: 1

user agent "com.google.Maps/6.73.0 iPad/16.5.1 hw/iPad6_11 (gzip)"

expected: string: iOS 16.5.1 family: iOS major: 16 minor: 5 patch: 1

used version 1.0.35

faisalman commented 1 year ago

Hi, can you provide more context to this issue? please use this format for clarity:

--

Describe the bug ...

To Reproduce Steps to reproduce the behavior: ...

Expected behavior ...

Screenshots If applicable, add screenshots to help explain your problem.

faisalman commented 1 year ago

I'm closing this for now, please reopen if you still facing the issue