# Showing Object depending of device in Glide Pages

**URL:** https://community.glideapps.com/t/showing-object-depending-of-device-in-glide-pages/58460
**Category:** Ask for Help
**Created:** [February 25, 2023, 1:04pm UTC](https://community.glideapps.com/t/showing-object-depending-of-device-in-glide-pages/58460 "2023-02-25T13:04:02Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 25, 2023, 1:09pm UTC](https://community.glideapps.com/t/showing-object-depending-of-device-in-glide-pages/58460/2 "2023-02-25T13:09:44Z")

</div>

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

```auto
return navigator.userAgent;

```

 ![CleanShot 2023-02-25 at 21.06.36@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/e/fe3f29fa6587723e0484583a5cb6b40906ec7c52.png)

---

_[View the full topic](https://community.glideapps.com/t/showing-object-depending-of-device-in-glide-pages/58460)._
