2017-07-18 01:13:04 +00:00
/ * *
* Copyright 2017 Google Inc . All rights reserved .
*
* 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 .
* /
2017-07-20 23:43:54 +00:00
module . exports = [
2017-07-18 01:13:04 +00:00
{
2017-07-20 23:43:54 +00:00
'name' : 'Blackberry PlayBook' ,
'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 ,
'height' : 1024 ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Blackberry PlayBook landscape' ,
'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 ,
'height' : 600 ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'BlackBerry Z30' ,
'userAgent' : 'Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+' ,
'viewport' : {
'width' : 360 ,
'height' : 640 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'BlackBerry Z30 landscape' ,
'userAgent' : 'Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+' ,
'viewport' : {
'width' : 640 ,
'height' : 360 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy Note 3' ,
'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 ,
'height' : 640 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy Note 3 landscape' ,
'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 ,
'height' : 360 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy Note II' ,
'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 ,
'height' : 640 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy Note II landscape' ,
'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 ,
'height' : 360 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy S III' ,
'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 ,
'height' : 640 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy S III landscape' ,
'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 ,
'height' : 360 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy S5' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 360 ,
'height' : 640 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Galaxy S5 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 5.0; SM-G900P Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 640 ,
'height' : 360 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 768 ,
'height' : 1024 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad landscape' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 1024 ,
'height' : 768 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad Mini' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 768 ,
'height' : 1024 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad Mini landscape' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 1024 ,
'height' : 768 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad Pro' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 1024 ,
'height' : 1366 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPad Pro landscape' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 1366 ,
'height' : 1024 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 4' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 320 ,
'height' : 480 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 4 landscape' ,
2018-06-14 20:55:09 +00:00
'userAgent' : 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 480 ,
'height' : 320 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 5' ,
2018-06-14 20:55:09 +00: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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 320 ,
'height' : 568 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 5 landscape' ,
2018-06-14 20:55:09 +00: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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 568 ,
'height' : 320 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 6' ,
2018-06-14 20:55:09 +00: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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 375 ,
'height' : 667 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 6 landscape' ,
2018-06-14 20:55:09 +00: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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 667 ,
'height' : 375 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 6 Plus' ,
2018-06-14 20:55:09 +00: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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 414 ,
'height' : 736 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'iPhone 6 Plus landscape' ,
2018-06-14 20:55:09 +00: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 ,
'height' : 414 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'iPhone 7' ,
'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 ,
'height' : 667 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone 7 landscape' ,
'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 ,
'height' : 375 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'iPhone 7 Plus' ,
'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 ,
'height' : 736 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone 7 Plus landscape' ,
'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 ,
'height' : 414 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'iPhone 8' ,
'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 ,
'height' : 667 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone 8 landscape' ,
'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 ,
'height' : 375 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'iPhone 8 Plus' ,
'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 ,
'height' : 736 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone 8 Plus landscape' ,
'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' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 736 ,
'height' : 414 ,
'deviceScaleFactor' : 3 ,
2017-12-20 08:30:40 +00:00
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
2018-06-14 20:55:09 +00:00
{
'name' : 'iPhone SE' ,
'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 ,
'height' : 568 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone SE landscape' ,
'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 ,
'height' : 320 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
2017-12-20 08:30:40 +00:00
{
'name' : 'iPhone X' ,
'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 ,
'height' : 812 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'iPhone X landscape' ,
'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 ,
'height' : 375 ,
'deviceScaleFactor' : 3 ,
2017-07-20 23:43:54 +00:00
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Kindle Fire HDX' ,
'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 ,
'height' : 1280 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'Kindle Fire HDX landscape' ,
'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 ,
'height' : 800 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
} ,
{
2017-07-20 23:43:54 +00:00
'name' : 'LG Optimus L70' ,
2019-01-29 01:19:33 +00: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/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 384 ,
'height' : 640 ,
'deviceScaleFactor' : 1.25 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'LG Optimus L70 landscape' ,
2019-01-29 01:19:33 +00: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/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 640 ,
'height' : 384 ,
'deviceScaleFactor' : 1.25 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Microsoft Lumia 550' ,
'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 ,
'height' : 360 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Microsoft Lumia 950' ,
'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 ,
'height' : 640 ,
'deviceScaleFactor' : 4 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Microsoft Lumia 950 landscape' ,
'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 ,
'height' : 360 ,
'deviceScaleFactor' : 4 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 10' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 800 ,
'height' : 1280 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 10 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 10 Build/MOB31T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 1280 ,
'height' : 800 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 4' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 384 ,
'height' : 640 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 4 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 4.4.2; Nexus 4 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 640 ,
'height' : 384 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 5' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 360 ,
'height' : 640 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 5 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 640 ,
'height' : 360 ,
'deviceScaleFactor' : 3 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 5X' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 412 ,
'height' : 732 ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 5X landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 5X Build/OPR4.170623.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 732 ,
'height' : 412 ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 6' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 412 ,
'height' : 732 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 6 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 7.1.1; Nexus 6 Build/N6F26U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 732 ,
'height' : 412 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 6P' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 412 ,
'height' : 732 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 6P landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Nexus 6P Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 732 ,
'height' : 412 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nexus 7' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 600 ,
'height' : 960 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nexus 7 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 7 Build/MOB30X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Safari/537.36' ,
2017-07-20 23:43:54 +00:00
'viewport' : {
'width' : 960 ,
'height' : 600 ,
'deviceScaleFactor' : 2 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nokia Lumia 520' ,
'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 ,
'height' : 533 ,
'deviceScaleFactor' : 1.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nokia Lumia 520 landscape' ,
'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 ,
'height' : 320 ,
'deviceScaleFactor' : 1.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Nokia N9' ,
'userAgent' : 'Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13' ,
'viewport' : {
'width' : 480 ,
'height' : 854 ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Nokia N9 landscape' ,
'userAgent' : 'Mozilla/5.0 (MeeGo; NokiaN9) AppleWebKit/534.13 (KHTML, like Gecko) NokiaBrowser/8.5.0 Mobile Safari/534.13' ,
'viewport' : {
'width' : 854 ,
'height' : 480 ,
'deviceScaleFactor' : 1 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
2017-07-18 01:13:04 +00:00
}
2018-04-27 21:45:03 +00:00
} ,
{
'name' : 'Pixel 2' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2018-04-27 21:45:03 +00:00
'viewport' : {
'width' : 411 ,
'height' : 731 ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Pixel 2 landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2018-04-27 21:45:03 +00:00
'viewport' : {
'width' : 731 ,
'height' : 411 ,
'deviceScaleFactor' : 2.625 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
} ,
{
'name' : 'Pixel 2 XL' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2018-04-27 21:45:03 +00:00
'viewport' : {
'width' : 411 ,
'height' : 823 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : false
}
} ,
{
'name' : 'Pixel 2 XL landscape' ,
2019-01-29 01:19:33 +00:00
'userAgent' : 'Mozilla/5.0 (Linux; Android 8.0.0; Pixel 2 XL Build/OPD1.170816.004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3679.0 Mobile Safari/537.36' ,
2018-04-27 21:45:03 +00:00
'viewport' : {
'width' : 823 ,
'height' : 411 ,
'deviceScaleFactor' : 3.5 ,
'isMobile' : true ,
'hasTouch' : true ,
'isLandscape' : true
}
2017-07-18 01:13:04 +00:00
}
] ;
2017-08-21 23:39:04 +00:00
for ( const device of module . exports )
2017-07-20 23:43:54 +00:00
module . exports [ device . name ] = device ;