AhsanAyaz / AhsanAyaz/ngx-device-detector
iPad (6th Generation) v14.0.1 not correctly recognized
- 主要語言
- TypeScript
- 星號
- 560
- 分支
- 106
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Using `ngx-device-detector@2.0.1`
Safari: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15`
Firefox Daylight 29.1: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15`
Both give the following results:
device: `Unknown`, expected `iPad`
deviceType: `tablet`
os: `Mac`, expected `iOS`
browser: `Safari` (that's fine for me to not be able to distinguish between Safari and Firefox)
works on
Chrome: `Mozilla/5.0 (iPad; CPU OS 14_0 like Max OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/86.0.4240.93 Mobile/14E148 Safari/604.1`
Edge: `Mozilla/5.0 (iPad; CPU OS 14_0_1 like Max OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 EdgiOS/44.11.15 Mobile/14E148 Safari/604.1.15`
貢獻指南
評估
這個 Issue 還沒有評估資料。