# 无法在 IOS/移动设备上使用反应

**URL:** https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867
**Category:** Support
**Tags:** reactions, jira
**Created:** [2025年十月27日 19:32 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867 "2025-10-27T19:32:50Z")
**Posts on this page:** 5
**Page:** 2

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [2025年十一月1日 00:42 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/21 "2025-11-01T00:42:47Z")

</div>

我认为这是因为视口宽度将页面视为桌面，因此它可以正常工作（正如侧边栏所示，侧边栏在桌面模式下可见）。

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2025年十一月1日 10:32 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/22 "2025-11-01T10:32:36Z")

</div>

您是否尝试过更改“基于视口的移动模式”网站设置？

---

<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: [2025年十一月1日 12:45 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/23 "2025-11-01T12:45:10Z")

</div>

你好 👋

问题在于 Discourse Jira 插件将 `position: relative` 添加到了 `.post-controls .actions`。

> <https://github.com/discourse/discourse-jira/blob/56e43f6abe5a310115c828b9d85d54039433b7a4/assets/stylesheets/common/discourse-jira.scss#L3>

但是，这不起作用，因为 `nav.post-controls` 具有 `overflow-x: auto`，它会裁剪任何溢出的（浮动的）元素 — 例如 Discourse Reactions 添加的元素。

这仅发生在移动设备 (`viewport.sm`) 上，因为 `overflow-x: auto` 在那里生效。

> <https://github.com/discourse/discourse/blob/f47f95e6c88b6423850d016f2f056788344f640b/app/assets/stylesheets/mobile/topic-post.scss#L38>

---

<div class="post-metadata">

### Author: ![Ahmed7](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ahmed7/32/486378_2.png) [@Ahmed7](https://meta.discourse.org/u/Ahmed7)
#### Post date: [2025年十一月3日 16:10 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/24 "2025-11-03T16:10:30Z")

</div>

我们禁用了 Jira 插件，现在它能正常工作了。非常感谢你 @Don，你太棒了 ❤

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2025年十二月3日 16:10 UTC](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867/25 "2025-12-03T16:10:37Z")

</div>

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

[上一頁](https://meta.discourse.org/t/unable-to-use-reactions-on-ios-mobile/386867.md?page=1)
