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

# iPad나 다른 모바일 기기에서 Overleaf를 사용할 수 있나요?

Overleaf는 iPad와 다른 모바일 기기의 브라우저를 통해 접속할 수 있지만, 일부 기능은 제한될 수 있습니다. 현재 모바일 및 태블릿에 대한 보다 완전한 지원을 제공하기 위해 계속 작업 중입니다.

문제가 발생하면 먼저 [대체 브라우저를](/latex/ko/knowledge-base/159-which-browsers-does-overleaf-support.md) 사용해 보세요.

### 알려진 문제 및 개선이 필요한 영역

모바일 기기와 태블릿에서 Overleaf의 동작을 개선하기 위해 작업하는 동안, 데스크톱 및 노트북 기기와 비교했을 때 예상대로 작동하지 않는 것으로 알려진 영역이 몇 가지 있습니다. 알려진 문제가 있는 영역은 다음과 같습니다:

* 터치 대상의 크기가 모든 브라우저의 모든 기기에서 최적이 아닐 수 있습니다. 이로 인해 일부 메뉴와 편집기의 다른 영역을 선택하고 클릭하는 데 어려움이 있을 수 있습니다.
* 편집기의 일부 영역에 접근할 때 키보드 팝업 및 확대/축소 동작이 예상과 다를 수 있습니다.
  * 프로젝트 파일 패널을 접으면 경험이 개선될 수 있습니다.
* 스크롤 동작이 일관되지 않을 수 있습니다.
* 외부 키보드와 입력 방식(터치스크린 및 트랙패드)의 일반적인 동작은 다를 수 있습니다.
* 바로 가기 키 또는 단축키를 사용할 수 없을 수 있습니다.
* Overleaf PDF 뷰어의 동작이 제한될 수 있습니다. PDF 표시 문제를 겪는 경우, 다음을 시도해 주세요 [브라우저 뷰어로 변경하기](/latex/ko/knowledge-base/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/ko/knowledge-base/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.
