# Who views a page or what

**URL:** https://community.glideapps.com/t/who-views-a-page-or-what/71254
**Category:** Ask for Help
**Created:** [February 28, 2024, 11:42am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254 "2024-02-28T11:42:07Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Ganymed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ganymed/32/27001_2.png) [@Ganymed](https://community.glideapps.com/u/Ganymed)
#### Post date: [February 28, 2024, 11:42am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/1 "2024-02-28T11:42:07Z")

</div>

Can I identify if I am looking at a glide page via desktop or mobile device?  
Thx  
R.

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [February 28, 2024, 12:02pm UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/2 "2024-02-28T12:02:45Z")

</div>

Device info → window width

If window width is greater than 500 then Desktop

I think that’s the best you can do.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 29, 2024, 12:18am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/3 "2024-02-29T00:18:32Z")

</div>

Here’s a good page for you to check some popular devices’ width.

> **[Screen Sizes | Viewport Sizes and Pixel Densities for Popular Devices](https://screensiz.es/)**
>
> Screensiz.es is a handy database of screen sizes, viewport sizes, and pixel densities for popular smart phones, tablets, and monitors.

---

<div class="post-metadata">

### Author: ![Ganymed](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ganymed/32/27001_2.png) [@Ganymed](https://community.glideapps.com/u/Ganymed)
#### Post date: [February 29, 2024, 7:01am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/4 "2024-02-29T07:01:02Z")

</div>

Makes sense, is there a way to get this in glide? I need to be able to not show certain views if a “smaller” device is used…

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [February 29, 2024, 8:33am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/5 "2024-02-29T08:33:23Z")

</div>

Yes. In Glide there is a device info column. My recommendation is to use an ITE column with ‘window width’ from the device info column.

If window width is greater than 500 then desktop… you could change that to whatever you want.

> **[Device Info | Glide Docs](https://www.glideapps.com/docs/device-info)**
>
> Get information about the users device.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [March 7, 2024, 8:34am UTC](https://community.glideapps.com/t/who-views-a-page-or-what/71254/6 "2024-03-07T08:34:02Z")

</div>

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