Skip to content

Commit 111e763

Browse files
authored
Merge pull request #1379 from AnalyticalDataArtisan/patch-1
Add Samsung Galaxy Fold3 device profiles (Folded & Unfolded, Portrait & Landscape)
2 parents 0dc4adf + 143941d commit 111e763

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

desktop-app/src/common/deviceList.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,58 @@ export const defaultDevices: Device[] = [
779779
isTouchCapable: true,
780780
isMobileCapable: true,
781781
},
782+
{
783+
id: '30019',
784+
name: 'Galaxy Fold3 (Folded - Portrait)',
785+
width: 320,
786+
height: 872,
787+
dpr: 3,
788+
capabilities: ['touch', 'mobile'],
789+
userAgent:
790+
'Mozilla/5.0 (Linux; Android 13; SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.131 Mobile Safari/537.36',
791+
type: 'phone',
792+
isTouchCapable: true,
793+
isMobileCapable: true,
794+
},
795+
{
796+
id: '30020',
797+
name: 'Galaxy Fold3 (Folded - Landscape)',
798+
width: 872,
799+
height: 320,
800+
dpr: 3,
801+
capabilities: ['touch', 'mobile'],
802+
userAgent:
803+
'Mozilla/5.0 (Linux; Android 13; SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.131 Mobile Safari/537.36',
804+
type: 'phone',
805+
isTouchCapable: true,
806+
isMobileCapable: true,
807+
},
808+
{
809+
id: '30021',
810+
name: 'Galaxy Fold3 (Unfolded - Portrait)',
811+
width: 590,
812+
height: 736,
813+
dpr: 3,
814+
capabilities: ['touch', 'mobile'],
815+
userAgent:
816+
'Mozilla/5.0 (Linux; Android 13; SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.131 Mobile Safari/537.36',
817+
type: 'tablet',
818+
isTouchCapable: true,
819+
isMobileCapable: true,
820+
},
821+
{
822+
id: '30022',
823+
name: 'Galaxy Fold3 (Unfolded - Landscape)',
824+
width: 736,
825+
height: 590,
826+
dpr: 3,
827+
capabilities: ['touch', 'mobile'],
828+
userAgent:
829+
'Mozilla/5.0 (Linux; Android 13; SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.131 Mobile Safari/537.36',
830+
type: 'tablet',
831+
isTouchCapable: true,
832+
isMobileCapable: true,
833+
},
782834
{
783835
id: '40001',
784836
name: 'Nokia Lumia 520',

0 commit comments

Comments
 (0)