You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
constiosTest='ios/iPhone/14.2/SOME_CUSTOM_APP_VERSION'constandTest='Android/SM-A516N/10/SOME_CUSTOM_APP_VERSION/'constuaForIos=newUAParser(iosTest).getResult()// not workingconstuaForAnd=newUAParser(iosTest).getResult()
Result
ua-parser-version
"^0.7.22" / "^0.7.28", -> Both versions are reproduced.
The text was updated successfully, but these errors were encountered:
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
Result
ua-parser-version
"^0.7.22" / "^0.7.28", -> Both versions are reproduced.
The text was updated successfully, but these errors were encountered: