# Mobile VS Desktop Visibility Dependency

**URL:** https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995
**Category:** Feature Requests
**Created:** [February 18, 2021, 2:57pm UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995 "2021-02-18T14:57:39Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![engineering\_joe](https://avatars.discourse-cdn.com/v4/letter/e/ee59a6/32.png) [@engineering\_joe](https://community.glideapps.com/u/engineering_joe)
#### Post date: [February 18, 2021, 2:57pm UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/1 "2021-02-18T14:57:39Z")

</div>

**Overall request:**  
Ability to hide/show elements based on whether the user is viewing on desktop or mobile.

**Use-Case:**  
Many websites are setup with a desktop site and mobile site - ([salesforce.com](http://salesforce.com) vs [my.salesforce.com](http://my.salesforce.com)). Is there a way to set visibility requirements for links based on whether the user is viewing on a desktop or mobile app?

Currently, I have two links listed for my users - one for the desktop website link and one to the mobile link. It would be great to be able to hide one or the other based on whether they are viewing on desktop or mobile.

Thanks!

---

<div class="post-metadata">

### Author: ![Mark\_Turrell](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mark_turrell/32/26605_2.png) [@Mark\_Turrell](https://community.glideapps.com/u/Mark_Turrell)
#### Post date: [April 24, 2021, 12:01am UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/2 "2021-04-24T00:01:00Z")

</div>

I very much agree - a needed feature! (for some apps especially!)

---

<div class="post-metadata">

### Author: ![Andrew\_Piper](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrew_piper/32/31770_2.png) [@Andrew\_Piper](https://community.glideapps.com/u/Andrew_Piper)
#### Post date: [October 16, 2021, 7:03pm UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/3 "2021-10-16T19:03:19Z")

</div>

I agree… I’ve been using the Whatsapp API and it behaves very differently when on a Mobile vs when running from the web.

---

<div class="post-metadata">

### Author: ![Keith\_Chikumbirike](https://avatars.discourse-cdn.com/v4/letter/k/5daacb/32.png) [@Keith\_Chikumbirike](https://community.glideapps.com/u/Keith_Chikumbirike)
#### Post date: [March 22, 2024, 7:51am UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/4 "2024-03-22T07:51:26Z")

</div>

I was about to ask the same question until I saw this thread,  
It seems there is no answer for this yet?

---

<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: [March 22, 2024, 8:19am UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/5 "2024-03-22T08:19:07Z")

</div>

You can use the Device Info column for this to detect the screen width of the users device, and then hide or show components based on that.

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

Also see the below article for some general guidelines on setting breakpoints:

> **[How to use CSS Breakpoints & Media Query Breakpoints | BrowserStack](https://www.browserstack.com/guide/what-are-css-and-media-query-breakpoints)**
>
> What are CSS Breakpoints and Media Query Breakpoints? Learn to define CSS Breakpoints in Responsive Design with examples. Find out.

---

<div class="post-metadata">

### Author: ![Keith\_Chikumbirike](https://avatars.discourse-cdn.com/v4/letter/k/5daacb/32.png) [@Keith\_Chikumbirike](https://community.glideapps.com/u/Keith_Chikumbirike)
#### Post date: [March 22, 2024, 8:48am UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/6 "2024-03-22T08:48:57Z")

</div>

Thank you  
Let me go through

---

<div class="post-metadata">

### Author: ![Keith\_Chikumbirike](https://avatars.discourse-cdn.com/v4/letter/k/5daacb/32.png) [@Keith\_Chikumbirike](https://community.glideapps.com/u/Keith_Chikumbirike)
#### Post date: [March 22, 2024, 1:04pm UTC](https://community.glideapps.com/t/mobile-vs-desktop-visibility-dependency/22995/7 "2024-03-22T13:04:52Z")

</div>

So if im understinging this well

One can use the Device info intergration to pull infomation such as device width in a column

Then possible use an IF-THEN-ELSE column to se visibility on different componets depending on the CSS Breakpoints?
