-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
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
Android device info is not detected correctly #485
Comments
related to #232 |
browser/lib/browser/device/android.rb Lines 3 to 20 in 29cdf93
browser/test/unit/device_test.rb Lines 242 to 260 in 29cdf93
|
List of Android smartphoneshttps://en.wikipedia.org/wiki/List_of_Android_smartphones With so many Android device manufacturers, we probably don't need to identify every model exactly. Maybe it's enough that we recognize it as Android! |
It's really hard to detect device information from UA, except for Apple devices. |
@itsalongstory Contains build information
Not contains build information
There are actually UAs that don't include Build. Therefore, the current processing is incorrect. browser/lib/browser/device/android.rb Lines 10 to 13 in 29cdf93
@fnando |
The text was updated successfully, but these errors were encountered: