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

Webview within iPadOS parsed as Apple Mail #31

Closed
ytnobody opened this issue Dec 12, 2019 · 1 comment
Closed

Webview within iPadOS parsed as Apple Mail #31

ytnobody opened this issue Dec 12, 2019 · 1 comment

Comments

@ytnobody
Copy link

ytnobody commented Dec 12, 2019

Yesterday I encountered a behavior like as a title.

Situation: When sent a https request from my iPad app to my phoenix app that using ua_parser

UserAgent string is Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko)

"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko)" |> UAParser.parse()
%UAParser.UA{
  device: %UAParser.Device{brand: nil, family: nil, model: nil},
  family: "Apple Mail",
  os: %UAParser.OperatingSystem{
    family: "Mac OS X",
    version: %UAParser.Version{
      major: "10",
      minor: "15",
      patch: nil,
      patch_minor: nil
    }
  },
  version: %UAParser.Version{
    major: "605",
    minor: "1",
    patch: "15",
    patch_minor: nil
  }
}
@doomspork
Copy link
Member

Hello @ytnobody and thank you for the report! Incorrect UA bugs should be directed to https://github.com/ua-parser/uap-core. That's the repo from which we pull the comprehensive UA patterns from.

Let me know if you have any questions 😁

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