diff --git a/lib/DeviceDescriptors.js b/lib/DeviceDescriptors.js index 3be865469744a..5d586d779a455 100644 --- a/lib/DeviceDescriptors.js +++ b/lib/DeviceDescriptors.js @@ -471,6 +471,30 @@ module.exports = [ 'isLandscape': true } }, + { + 'name': 'iPhone XR', + '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, + 'height': 896, + 'deviceScaleFactor': 3, + 'isMobile': true, + 'hasTouch': true, + 'isLandscape': false + } + }, + { + 'name': 'iPhone XR landscape', + '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, + 'height': 414, + 'deviceScaleFactor': 3, + 'isMobile': true, + 'hasTouch': true, + 'isLandscape': true + } + }, { 'name': 'JioPhone 2', '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',