2019-11-18 18:18:28 -08:00
/ * *
* Copyright 2017 Google Inc . All rights reserved .
* Modifications copyright ( c ) Microsoft Corporation .
*
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
* You may obtain a copy of the License at
*
* http : //www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing , software
* distributed under the License is distributed on an "AS IS" BASIS ,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied .
* See the License for the specific language governing permissions and
* limitations under the License .
* /
2021-01-17 12:09:20 -08:00
/ * *
* @ type { import ( './types' ) . Devices }
* /
module . exports = {
2020-03-17 16:04:42 -07:00
'Blackberry PlayBook' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/7.2.1.0 Safari/536.2+' ,
'viewport' : {
'width' : 600 ,
2020-03-17 18:21:02 -07:00
'height' : 1024
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Blackberry PlayBook landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/7.2.1.0 Safari/536.2+' ,
'viewport' : {
'width' : 1024 ,
2020-03-17 18:21:02 -07:00
'height' : 600
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'BlackBerry Z30' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'BlackBerry Z30 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy Note 3' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy Note 3 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.3; en-us; SM-N900T Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy Note II' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy Note II landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.1; en-us; GT-N7100 Build/JRO03C) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy S III' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy S III landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.0; en-us; GT-I9300 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy S5' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Galaxy S5 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad (gen 6)' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
'width' : 768 ,
2020-03-17 18:21:02 -07:00
'height' : 1024
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad (gen 6) landscape' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
'width' : 1024 ,
2020-03-17 18:21:02 -07:00
'height' : 768
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad (gen 7)' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 810 ,
2020-03-17 18:21:02 -07:00
'height' : 1080
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad (gen 7) landscape' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 1080 ,
2020-03-17 18:21:02 -07:00
'height' : 810
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad Mini' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 768 ,
2020-03-17 18:21:02 -07:00
'height' : 1024
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad Mini landscape' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 1024 ,
2020-03-17 18:21:02 -07:00
'height' : 768
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad Pro 11' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 834 ,
2020-03-17 18:21:02 -07:00
'height' : 1194
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPad Pro 11 landscape' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
2019-11-18 18:18:28 -08:00
'viewport' : {
2020-01-13 13:32:44 -08:00
'width' : 1194 ,
2020-03-17 18:21:02 -07:00
'height' : 834
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 6' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 375 ,
2020-03-17 18:21:02 -07:00
'height' : 667
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 6 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 667 ,
2020-03-17 18:21:02 -07:00
'height' : 375
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 6 Plus' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 736
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 6 Plus landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 736 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 7' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 375 ,
2020-03-17 18:21:02 -07:00
'height' : 667
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 7 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 667 ,
2020-03-17 18:21:02 -07:00
'height' : 375
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 7 Plus' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 736
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 7 Plus landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 736 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 8' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 375 ,
2020-03-17 18:21:02 -07:00
'height' : 667
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 8 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 667 ,
2020-03-17 18:21:02 -07:00
'height' : 375
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 8 Plus' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 736
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 8 Plus landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 736 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone SE' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ,
'viewport' : {
'width' : 320 ,
2020-03-17 18:21:02 -07:00
'height' : 568
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone SE landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1' ,
'viewport' : {
'width' : 568 ,
2020-03-17 18:21:02 -07:00
'height' : 320
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone X' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 375 ,
2020-03-17 18:21:02 -07:00
'height' : 812
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone X landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1' ,
'viewport' : {
'width' : 812 ,
2020-03-17 18:21:02 -07:00
'height' : 375
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone XR' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 896
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone XR landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 896 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-13 13:32:44 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 896
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-13 13:32:44 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11 landscape' : {
2020-01-29 03:39:54 +09:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 896 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-29 03:39:54 +09:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11 Pro' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 375 ,
2020-03-17 18:21:02 -07:00
'height' : 812
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-13 13:32:44 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11 Pro landscape' : {
2020-01-29 03:39:54 +09:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 812 ,
2020-03-17 18:21:02 -07:00
'height' : 375
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-29 03:39:54 +09:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11 Pro Max' : {
2020-01-13 13:32:44 -08:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 414 ,
2020-03-17 18:21:02 -07:00
'height' : 896
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'iPhone 11 Pro Max landscape' : {
2020-01-29 03:39:54 +09:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1' ,
'viewport' : {
'width' : 896 ,
2020-03-17 18:21:02 -07:00
'height' : 414
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2020-01-29 03:39:54 +09:00
} ,
2020-03-17 16:04:42 -07:00
'JioPhone 2' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Mobile; LYF/F300B/LYF-F300B-001-01-15-130718-i;Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5' ,
'viewport' : {
'width' : 240 ,
2020-03-17 18:21:02 -07:00
'height' : 320
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'firefox'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'JioPhone 2 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Mobile; LYF/F300B/LYF-F300B-001-01-15-130718-i;Android; rv:48.0) Gecko/48.0 Firefox/48.0 KAIOS/2.5' ,
'viewport' : {
'width' : 320 ,
2020-03-17 18:21:02 -07:00
'height' : 240
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'firefox'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Kindle Fire HDX' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true' ,
'viewport' : {
'width' : 800 ,
2020-03-17 18:21:02 -07:00
'height' : 1280
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Kindle Fire HDX landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true' ,
'viewport' : {
'width' : 1280 ,
2020-03-17 18:21:02 -07:00
'height' : 800
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'LG Optimus L70' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 384 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 1.25 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'LG Optimus L70 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; U; Android 4.4.2; en-us; LGMS323 Build/KOT49I.MS32310c) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 384
} ,
'deviceScaleFactor' : 1.25 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Microsoft Lumia 550' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Microsoft Lumia 550 landscape' : {
2020-01-29 03:39:54 +09:00
'userAgent' : 'Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 550) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2020-01-29 03:39:54 +09:00
} ,
2020-03-17 16:04:42 -07:00
'Microsoft Lumia 950' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 4 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Microsoft Lumia 950 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Windows Phone 10.0; Android 4.2.1; Microsoft; Lumia 950) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Mobile Safari/537.36 Edge/14.14263' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 4 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 10' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Safari/537.36' ,
'viewport' : {
'width' : 800 ,
2020-03-17 18:21:02 -07:00
'height' : 1280
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 10 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Safari/537.36' ,
'viewport' : {
'width' : 1280 ,
2020-03-17 18:21:02 -07:00
'height' : 800
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 4' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 384 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 4 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 384
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 5' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 360 ,
2020-03-17 18:21:02 -07:00
'height' : 640
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 5 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 640 ,
2020-03-17 18:21:02 -07:00
'height' : 360
} ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 5X' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 412 ,
2020-03-17 18:21:02 -07:00
'height' : 732
} ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 5X landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 732 ,
2020-03-17 18:21:02 -07:00
'height' : 412
} ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 6' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 412 ,
2020-03-17 18:21:02 -07:00
'height' : 732
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 6 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 732 ,
2020-03-17 18:21:02 -07:00
'height' : 412
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 6P' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 412 ,
2020-03-17 18:21:02 -07:00
'height' : 732
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 6P landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 732 ,
2020-03-17 18:21:02 -07:00
'height' : 412
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 7' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Safari/537.36' ,
'viewport' : {
'width' : 600 ,
2020-03-17 18:21:02 -07:00
'height' : 960
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nexus 7 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Safari/537.36' ,
'viewport' : {
'width' : 960 ,
2020-03-17 18:21:02 -07:00
'height' : 600
} ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nokia Lumia 520' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)' ,
'viewport' : {
'width' : 320 ,
2020-03-17 18:21:02 -07:00
'height' : 533
} ,
'deviceScaleFactor' : 1.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nokia Lumia 520 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 520)' ,
'viewport' : {
'width' : 533 ,
2020-03-17 18:21:02 -07:00
'height' : 320
} ,
'deviceScaleFactor' : 1.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nokia N9' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13' ,
'viewport' : {
'width' : 480 ,
2020-03-17 18:21:02 -07:00
'height' : 854
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Nokia N9 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13' ,
'viewport' : {
'width' : 854 ,
2020-03-17 18:21:02 -07:00
'height' : 480
} ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'webkit'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Pixel 2' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 411 ,
2020-03-17 18:21:02 -07:00
'height' : 731
} ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Pixel 2 landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 731 ,
2020-03-17 18:21:02 -07:00
'height' : 411
} ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Pixel 2 XL' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 411 ,
2020-03-17 18:21:02 -07:00
'height' : 823
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
} ,
2020-03-17 16:04:42 -07:00
'Pixel 2 XL landscape' : {
2019-11-18 18:18:28 -08:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3765.0 Mobile Safari/537.36' ,
'viewport' : {
'width' : 823 ,
2020-03-17 18:21:02 -07:00
'height' : 411
} ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
2020-09-03 22:12:43 +02:00
'hasTouch' : true ,
'defaultBrowserType' : 'chromium'
2019-11-18 18:18:28 -08:00
}
2020-03-17 16:04:42 -07:00
} ;