Improve device detection: identify Large Screen as smarttv

This commit is contained in:
Faisal Salman
2025-05-10 19:12:26 +07:00
parent 944c1fb260
commit 14a51039aa
2 changed files with 19 additions and 1 deletions

View File

@@ -803,7 +803,7 @@
// SmartTV from Unidentified Vendors
/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i
], [MODEL, [TYPE, SMARTTV]], [
/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i
/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i
], [[TYPE, SMARTTV]], [
///////////////////