Showing Object depending of device in Glide Pages

Is there a way to trigger the visibility of an object depending on the device, in Glide Pages.
For example, I would like hide titles in Mobile view to use less space.

You can use JavaScript to detect the UserAgent, and act accordingly.

return navigator.userAgent;

6 Likes

Thanks Darren !

Still, as Pages is set to become the std, it would be nice to have a view type check…

Do you mean natively, without having to resort to JavaScript?

yeah, I agree…

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.