> 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/ja/narejjibsu/014-can-i-use-overleaf-on-an-ipad-or-other-mobile-devices.md).

# iPadやその他のモバイル端末でOverleafを使えますか？

OverleafはiPadやその他のモバイル端末のブラウザから利用できますが、一部の機能は制限される場合があります。現在、モバイル端末やタブレットへのより完全なサポートを提供できるよう取り組んでいます。

何か問題が発生した場合は、まず [別のブラウザを](/latex/ja/narejjibsu/159-which-browsers-does-overleaf-support.md) 試してみてください。

### 既知の問題と改善点

Overleafのモバイル端末やタブレットでの動作を改善する作業を進めている一方で、デスクトップやノートパソコンと比べると期待どおりに動作しないことが知られている部分があります。既知の問題がある部分には、次のようなものがあります。

* タッチ対象のサイズは、すべてのブラウザであらゆる端末に最適とは限りません。そのため、いくつかのメニューやエディタの他の領域を選択したりクリックしたりするのが難しくなる場合があります。
* エディタの一部の領域にアクセスしたとき、キーボードのポップアップやズームの動作が期待どおりでない場合があります。
  * プロジェクトファイルのペインを折りたたむと、使い勝手が向上する場合があります。
* スクロールの動作が一貫しない場合があります。
* 外付けキーボードや入力方法（タッチスクリーンやトラックパッド）の一般的な動作は異なる場合があります。
* ショートカットやホットキーが利用できない場合があります。
* OverleafのPDFビューアの動作は制限される場合があります。PDF表示に問題が発生した場合は、 [ブラウザビューアに切り替えてみてください](/latex/ja/narejjibsu/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/ja/narejjibsu/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.
