mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Improve detection: Amazon Echo Show devices
This commit is contained in:
@@ -600,7 +600,7 @@
|
||||
|
||||
// Amazon
|
||||
/(alexa)webm/i,
|
||||
/(kf[a-z]{2}wi|aeo[c-r]{2})( bui|\))/i, // Kindle Fire without Silk / Echo Show
|
||||
/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, // Kindle Fire without Silk / Echo Show
|
||||
/(kf[a-z]+)( bui|\)).+silk\//i // Kindle Fire HD
|
||||
], [MODEL, [VENDOR, AMAZON], [TYPE, TABLET]], [
|
||||
/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i // Fire Phone
|
||||
|
||||
Reference in New Issue
Block a user