> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/014-can-i-use-overleaf-on-an-ipad-or-other-mobile-devices.md).

# 我可以在 iPad 或其他移动设备上使用 Overleaf 吗？

虽然部分功能可能受限，但您可以通过 iPad 和其他移动设备上的浏览器访问 Overleaf。我们仍在努力为手机和平板电脑提供更完整的支持。

如果您遇到任何问题，请先尝试 [其他浏览器](/latex/zh-cn/zhi-shi-ku/159-which-browsers-does-overleaf-support.md) ，看看是否有帮助。

### 已知问题和有待改进的方面

虽然我们正在努力改进 Overleaf 在移动设备和平板电脑上的使用体验，但与台式机和笔记本电脑相比，仍有一些已知不能按预期运行的方面。已知存在问题的部分包括：

* 在所有浏览器和设备上，触控目标的大小可能并不理想。这可能会导致在选择和点击某些菜单以及编辑器其他区域时出现困难。
* 访问编辑器某些区域时，键盘弹出和缩放行为可能与预期不符。
  * 折叠项目文件面板可能会改善体验。
* 滚动行为可能不一致。
* 外接键盘和输入法（触摸屏和触控板）的总体行为可能有所不同。
* 快捷键或热键可能不可用。
* Overleaf PDF 查看器的行为可能会受限——如果您遇到 PDF 显示问题，请尝试 [切换到浏览器查看器](/latex/zh-cn/zhi-shi-ku/027-changing-pdf-viewer.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/latex/zh-cn/zhi-shi-ku/014-can-i-use-overleaf-on-an-ipad-or-other-mobile-devices.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
