Skip to content

Commit 638ac9d

Browse files
add support for latest devices
1 parent f425d4a commit 638ac9d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/lib/constants.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,25 @@ export default {
358358
'Aquos Sense 5G': { os: 'android', viewport: { width: 393, height: 731 } },
359359
'Xperia 10 IV': { os: 'android', viewport: { width: 412, height: 832 } },
360360
'Honeywell CT40': { os: 'android', viewport: { width: 360, height: 512 } },
361+
'Samsung Galaxy S25': { os: 'android', viewport: { width: 370, height: 802 } },
362+
'Samsung Galaxy S25+': { os: 'android', viewport: { width: 393, height: 888 } },
363+
'Samsung Galaxy S25 Ultra': { os: 'android', viewport: { width: 432, height: 941 } },
364+
'iPhone 17': { os: 'ios', viewport: { width: 393, height: 852 } },
365+
'iPhone 17 Pro': { os: 'ios', viewport: { width: 393, height: 852 } },
366+
'iPhone 17 Pro Max': { os: 'ios', viewport: { width: 430, height: 932 } },
367+
'Samsung Galaxy Z Fold7': { os: 'android', viewport: { width: 373, height: 873 } },
368+
'Samsung Galaxy Z Flip7': { os: 'android', viewport: { width: 299, height: 723 } },
369+
'Samsung Galaxy Z Fold6': { os: 'android', viewport: { width: 373, height: 873 } },
370+
'Samsung Galaxy Z Flip6': { os: 'android', viewport: { width: 298, height: 713 } },
371+
'Google Pixel 10 Pro': { os: 'android', viewport: { width: 393, height: 852 } },
372+
'Google Pixel 10 Pro XL': { os: 'android', viewport: { width: 412, height: 915 } },
373+
'Google Pixel 9': { os: 'android', viewport: { width: 393, height: 852 } },
374+
'Google Pixel 9 Pro': { os: 'android', viewport: { width: 393, height: 852 } },
375+
'Google Pixel 9 Pro XL': { os: 'android', viewport: { width: 412, height: 915 } },
376+
'Motorola Edge 50 Pro': { os: 'android', viewport: { width: 384, height: 864 } },
377+
'OnePlus 12': { os: 'android', viewport: { width: 384, height: 884 } },
378+
'Nothing Phone 1': { os: 'android', viewport: { width: 393, height: 853 } },
379+
'Nothing Phone 2': { os: 'android', viewport: { width: 393, height: 878 } },
361380
},
362381

363382
FIGMA_API: 'https://api.figma.com/v1/',

0 commit comments

Comments
 (0)