One of my testers tried a game on their Samsung Fold 3, and the aspect ratio is all wrong. I have a simple test to see if the device is a tablet, if the height/width is > 0.6. The Samsung Fold 3 has a ratio of 0.8, but is not registered as a tablet.
Here is what I use:
_G.ASPRAT = display.actualContentHeight/display.actualContentWidth
I assume something is getting confused with the two ‘screens’. Is there something special I need to do to detect this properly on that device?