# Mobile view with touch capabilities on laptop

**URL:** https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705
**Category:** Feature
**Created:** [September 24, 2015, 1:27pm UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705 "2015-09-24T13:27:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gratouille](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gratouille/32/116756_2.png) [@Gratouille](https://meta.discourse.org/u/Gratouille)
#### Post date: [September 24, 2015, 1:27pm UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705/1 "2015-09-24T13:27:31Z")

</div>

Hi there,

I’m on a laptop with touch capabilities. In the hamburger-menu, I don’t have the “shortcuts” link, because this one is displayed when

```
return !Discourse.Mobile.mobileView && !this.capabilities.touch;

```

But what if i’m on a laptop with touch capabilities and I want to display the desktop version, with shortcuts & everything ?

Thx

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [September 24, 2015, 10:03pm UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705/2 "2015-09-24T22:03:38Z")

</div>

@zogstrip I thought you had a fix for this … no?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [September 24, 2015, 10:31pm UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705/3 "2015-09-24T22:31:20Z")

</div>

Nope, it was only for the “grippie” on the composer.

[https://github.com/discourse/discourse/commit/ef0804fbb02dfeaa3257ee3f2c290227aa2585a5](https://github.com/discourse/discourse/commit/ef0804fbb02dfeaa3257ee3f2c290227aa2585a5)

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [July 18, 2018, 6:59am UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705/4 "2018-07-18T06:59:03Z")

</div>

Moving this to #Contribute > Feature… I am not sure there is even a way to detect you have a keyboard connected for realz in JavaScript. Relying on user agent here is tricky.

That said, over the next few years I anticipate more and more and more stuff being keyboard + touch.

I wonder if we should unconditionally show keyboard shortcuts link in hamburger if you have a non-mobile device @codinghorror?

That said… easy workaround … hit ?

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:37am UTC](https://meta.discourse.org/t/mobile-view-with-touch-capabilities-on-laptop/33705/5 "2025-12-04T11:37:01Z")

</div>


