faisalman / ua-parser-js

UAParser.js - The Essential Web Development Tool for User-Agent Detection.

Home Page:https://uaparser.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could not parse specific useragent while other vendor do

roy-algaly opened this issue · comments

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

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.

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