# Topic Preview Modal

**URL:** https://meta.discourse.org/t/topic-preview-modal/409712
**Category:** Theme component
**Created:** [August 10, 2026, 3:54pm UTC](https://meta.discourse.org/t/topic-preview-modal/409712 "2026-08-10T15:54:59Z")
**Posts on this page:** 1
**Showing post:** 33

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [August 26, 2026, 6:13am UTC](https://meta.discourse.org/t/topic-preview-modal/409712/33 "2026-08-26T06:13:03Z")

</div>

> [@Damian\_Boon](#):
>
> any chance of adding swipe right to close on mobile into core

I thought about this quite a bit, and I’m not sure swipe-right would be the best solution here. It could easily conflict with native navigation gestures on mobile where horizontal swipes already have other meanings.

I ended up going with a slightly different approach instead. The modal footer can already be dragged down to close it, so I added a small grip to the footer to make that interaction more discoverable.

This way, even if you’re scrolled all the way down to the last post, you can simply drag the footer down to close the modal without having to scroll all the way back to the top or reach up to the top of the modal.

I think this feels a bit more natural for this type of modal.

> <https://github.com/VaperinaDEV/discourse-topic-preview-modal/pull/6>
>
> Add a visual drag handle to the mobile modal footer to make the existing swipe-t…o-dismiss interaction discoverable.
> 
> This allows users to close the modal directly from the bottom of a topic, without having to scroll back to the top or reach up to the top of the modal.

---

_[View the full topic](https://meta.discourse.org/t/topic-preview-modal/409712)._
