Detect the phone model...

Hello Friends,

Is it possible to detect the phone model in Fuse ?

I know it is possible to detect tif it is an Android or iOS Device but what I mean is I want to know which device it is and especially its screen size.

Thank you,

I believe we handled this on Slack, however, to recap:

In UX, you have iOS and Android triggers that allow you to define OS-specific layout.

In JavaScript, you have Environment module to check which platform you’re running on.

For detecting particular devices, you can use this community library.

But to make responsive layout that adapts to various screen sizes, irrespective of device model, you should use WhileWindowSize trigger.