Latest and complete list of custom mobile device strings

How do I want to detect mobile devices based on the User Agent Header String, where can I get links to the full and last list of these User Agents String? At the moment, I have found fragments.

+4
source share
2 answers
+5
source

I'm not sure you can - they change too often and too quickly. Instead, try using a service such as WURFL or DeviceAtlas , which will analyze the user agent for you and return the phone’s properties (screen size, browser capabilities, etc.). The likes of WURLF and DeviceAtlas take care of updating their databases of phone user agents.

+1
source

Source: https://habr.com/ru/post/1384662/


All Articles