User-Agent Parser
Detect browser, OS and device
This browser does not support navigator.userAgentData
Browsers are freezing and reducing the UA string (frozen versions, stripped device details). Feature detection or Client Hints are more reliable than UA parsing.
Safari on iPadOS 13+ reports itself as Macintosh. Only the live browser can be corrected via touch points; a pasted UA string lacks that signal and reads as desktop Mac.
All processing happens locally in your browser. Your data is never uploaded to a server.