# iOS PWA 中的返回按钮

**URL:** <https://meta.discourse.org/t/back-button-in-ios-pwa/93909>\
**Category:** Support\
**Created:** [2018年八月4日 10:59 UTC](https://meta.discourse.org/t/back-button-in-ios-pwa/93909 "2018-08-04T10:59:38Z")\
**Posts on this page:** 1\
**Showing post:** 92

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [2019年三月26日 22:20 UTC](https://meta.discourse.org/t/back-button-in-ios-pwa/93909/92 "2019-03-26T22:20:28Z")

</div>

> [@Lloyd\_Lau](#):
>
> I tried and swipe to go back works why do we need a back button?

Some may say it’s not that easy for users to discover this feature.

> [@Lloyd\_Lau](#):
>
> And also how can I activate standalone mode on my discourse installation?

There is a hidden site setting with a regex to control it.

You can enable it with:

```plaintext
ssh root@your.server.ip
cd /var/discourse
./launcher enter app
rails c
SiteSetting.pwa_display_browser_regex = "completelydisabled"

```

---

_[View the full topic](https://meta.discourse.org/t/back-button-in-ios-pwa/93909)._
