File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,59 @@ export const defaultDevices: Device[] = [
337
337
isTouchCapable : true ,
338
338
isMobileCapable : true ,
339
339
} ,
340
+ // new option added
341
+ {
342
+ id : '10025' ,
343
+ name : 'iPhone 17' ,
344
+ width : 393 ,
345
+ height : 852 ,
346
+ dpr : 3 ,
347
+ capabilities : [ 'touch' , 'mobile' ] ,
348
+ userAgent :
349
+ 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1' ,
350
+ type : 'phone' ,
351
+ isTouchCapable : true ,
352
+ isMobileCapable : true ,
353
+ } ,
354
+ {
355
+ id : '10026' ,
356
+ name : 'iPhone 17 Pro' ,
357
+ width : 393 ,
358
+ height : 852 ,
359
+ dpr : 3 ,
360
+ capabilities : [ 'touch' , 'mobile' ] ,
361
+ userAgent :
362
+ 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1' ,
363
+ type : 'phone' ,
364
+ isTouchCapable : true ,
365
+ isMobileCapable : true ,
366
+ } ,
367
+ {
368
+ id : '10027' ,
369
+ name : 'iPhone 17 Pro Max' ,
370
+ width : 430 ,
371
+ height : 932 ,
372
+ dpr : 3 ,
373
+ capabilities : [ 'touch' , 'mobile' ] ,
374
+ userAgent :
375
+ 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1' ,
376
+ type : 'phone' ,
377
+ isTouchCapable : true ,
378
+ isMobileCapable : true ,
379
+ } ,
380
+ {
381
+ id : '10028' ,
382
+ name : 'iPhone 17 Air' ,
383
+ width : 428 ,
384
+ height : 926 ,
385
+ dpr : 3 ,
386
+ capabilities : [ 'touch' , 'mobile' ] ,
387
+ userAgent :
388
+ 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1' ,
389
+ type : 'phone' ,
390
+ isTouchCapable : true ,
391
+ isMobileCapable : true ,
392
+ } ,
340
393
{
341
394
id : '20001' ,
342
395
name : 'Nexus 4' ,
You can’t perform that action at this time.
0 commit comments