Skip to content

ios specific mobile user-agent does not working. #519

@Inhye-Cheong

Description

@Inhye-Cheong

Android's test case passes, but ios doesn't work.
I want to know the device and os information of ios.
Am I using this library something wrong?

Test Case

const iosTest = 'ios/iPhone/14.2/SOME_CUSTOM_APP_VERSION'
const andTest = 'Android/SM-A516N/10/SOME_CUSTOM_APP_VERSION/'

const uaForIos = new UAParser(iosTest).getResult() // not working
const uaForAnd = new UAParser(iosTest).getResult()

Result

image

ua-parser-version

"^0.7.22" / "^0.7.28", -> Both versions are reproduced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions