We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to know the meaning and possible values of each field.
{ "result": 111, "message": "111", "datas": { "browser_name_regex": "/^mozilla/5\.0 \(.linux.android.10;.\) applewebkit. \(.khtml.like.gecko.\) chrome/. mobile safari/. edga/108\..$/", "browser_name_pattern": "mozilla/5.0 (linuxandroid?10;) applewebkit* (khtmllikegecko) chrome/* mobile safari/* edga/108.*", "parent": "Edge 108.0 for Android", "comment": "Edge 108.0", "browser": "Edge", "browser_type": "Browser", "browser_bits": "32", "browser_maker": "Microsoft Corporation", "browser_modus": "unknown", "version": "108.0", "majorver": "108", "minorver": "0", "platform": "Android", "platform_version": "10.0", "platform_description": "Android OS", "platform_bits": "32", "platform_maker": "Google Inc", "alpha": false, "beta": false, "win16": false, "win32": false, "win64": false, "frames": true, "iframes": true, "tables": true, "cookies": true, "backgroundsounds": false, "javascript": true, "vbscript": false, "javaapplets": false, "activexcontrols": false, "ismobiledevice": true, "istablet": false, "issyndicationreader": false, "crawler": false, "isfake": false, "isanonymized": false, "ismodified": false, "cssversion": "3", "aolversion": "0", "device_name": "general Mobile Phone", "device_maker": "unknown", "device_type": "Mobile Phone", "device_pointing_method": "touchscreen", "device_code_name": "general Mobile Phone", "device_brand_name": "unknown", "renderingengine_name": "Blink", "renderingengine_version": "unknown", "renderingengine_description": "a WebKit Fork by Google", "renderingengine_maker": "Google Inc" } }
The text was updated successfully, but these errors were encountered:
@scottwang0611 Please ask in the future in the https://github.com/browscap/browscap project about the properties, as this is the place where they are defined. You may find the information in the wiki there: https://github.com/browscap/browscap/wiki/Resource:-User-Agents-Database#properties-reference.
Sorry, something went wrong.
No branches or pull requests
I would like to know the meaning and possible values of each field.
{
"result": 111,
"message": "111",
"datas": {
"browser_name_regex": "/^mozilla/5\.0 \(.linux.android.10;.\) applewebkit. \(.khtml.like.gecko.\) chrome/. mobile safari/. edga/108\..$/",
"browser_name_pattern": "mozilla/5.0 (linuxandroid?10;) applewebkit* (khtmllikegecko) chrome/* mobile safari/* edga/108.*",
"parent": "Edge 108.0 for Android",
"comment": "Edge 108.0",
"browser": "Edge",
"browser_type": "Browser",
"browser_bits": "32",
"browser_maker": "Microsoft Corporation",
"browser_modus": "unknown",
"version": "108.0",
"majorver": "108",
"minorver": "0",
"platform": "Android",
"platform_version": "10.0",
"platform_description": "Android OS",
"platform_bits": "32",
"platform_maker": "Google Inc",
"alpha": false,
"beta": false,
"win16": false,
"win32": false,
"win64": false,
"frames": true,
"iframes": true,
"tables": true,
"cookies": true,
"backgroundsounds": false,
"javascript": true,
"vbscript": false,
"javaapplets": false,
"activexcontrols": false,
"ismobiledevice": true,
"istablet": false,
"issyndicationreader": false,
"crawler": false,
"isfake": false,
"isanonymized": false,
"ismodified": false,
"cssversion": "3",
"aolversion": "0",
"device_name": "general Mobile Phone",
"device_maker": "unknown",
"device_type": "Mobile Phone",
"device_pointing_method": "touchscreen",
"device_code_name": "general Mobile Phone",
"device_brand_name": "unknown",
"renderingengine_name": "Blink",
"renderingengine_version": "unknown",
"renderingengine_description": "a WebKit Fork by Google",
"renderingengine_maker": "Google Inc"
}
}
The text was updated successfully, but these errors were encountered: