File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -779,6 +779,58 @@ export const defaultDevices: Device[] = [
779
779
isTouchCapable : true ,
780
780
isMobileCapable : true ,
781
781
} ,
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
+ } ,
782
834
{
783
835
id : '40001' ,
784
836
name : 'Nokia Lumia 520' ,
You can’t perform that action at this time.
0 commit comments