AhsanAyaz / ngx-device-detector

An Angular v7+ library to detect the device, OS, and browser details.
https://ahsanayaz.github.io/ngx-device-detector
MIT License
517 stars 101 forks source link

IOS os_version should give specific version number #267

Open blairjo opened 1 year ago

blairjo commented 1 year ago

Is your feature request related to a problem? Please describe. On an IPhone or IPad the os_version is simply "iOS" or sometimes "unknown"

Describe the solution you'd like It should give the ios version, 16.0.0 etc..

Describe alternatives you've considered I looked at alternative libraries that give the version number correctly, but would rather stick with this one.