Giter Site home page Giter Site logo

Comments (4)

richardthombs avatar richardthombs commented on September 18, 2024

I thought all iOS apps had to use the built in Safari web view. Even Google Chrome on iOS has to.

from uap-core.

bluesmoon avatar bluesmoon commented on September 18, 2024

interesting. However Safari doesn't implement window.performance, so this cannot be Safari.

from uap-core.

nerdbaggy avatar nerdbaggy commented on September 18, 2024

I am seeing this same issue as well, the user agent

Instagram 7.8.0 (iPhone5,3; iPhone OS 9_0_2; en_US; en-US; scale=2.00; 640x1136) AppleWebKit/420+

Gets parsed as

"user_agent" : {
        "name" : "Mobile Safari UIWebView",
        "os" : "iOS 9.0.2",
        "os_name" : "iOS",
        "os_major" : "9",
        "os_minor" : "0",
        "device" : "iPhone5,3"
    }

from uap-core.

commenthol avatar commenthol commented on September 18, 2024

Please keep in mind that uaparser only parses strings.
We do not know if all/any Instagram Browsers relies on Chrome (Engine). I am missing a reference to verify this point. uaparser is not intended to do client side testing - so therefore we would need a "distinctive mark" in this string to associate.
If "Instagram" on its own can be seen as a UA (what it is in my opinion), then we should add a rule which allows us to identify it as such.

from uap-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.