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

# ¿Puedo usar Overleaf en un iPad u otros dispositivos móviles?

Se puede acceder a Overleaf a través del navegador en tu iPad y otros dispositivos móviles, aunque algunas funciones pueden estar limitadas. Seguimos trabajando para ofrecer un soporte más completo para móviles y tabletas.

Si encuentras algún problema, prueba un [navegador alternativo](/latex/es/base-de-conocimientos/159-which-browsers-does-overleaf-support.md) primero para ver si eso ayuda.

### Problemas conocidos y áreas de mejora

Mientras trabajamos en mejorar el funcionamiento de Overleaf en dispositivos móviles y tabletas, hay algunas áreas que se sabe que no funcionan como se espera en comparación con dispositivos de escritorio y portátiles. Algunas áreas que presentan problemas conocidos son:

* El tamaño de los elementos táctiles puede no ser óptimo para todos los dispositivos en todos los navegadores. Esto puede dificultar la selección y el clic en algunos menús y otras áreas del editor.
* El comportamiento emergente del teclado y el zoom al acceder a algunas áreas del editor puede no ser el esperado.
  * La experiencia puede mejorar al contraer el panel de archivos del proyecto.
* El comportamiento del desplazamiento puede ser inconsistente.
* El comportamiento general de los teclados externos y los métodos de entrada (pantallas táctiles y trackpads) puede variar.
* Los atajos o teclas de acceso rápido podrían no estar disponibles.
* El comportamiento del visor PDF de Overleaf puede estar restringido; si tienes problemas de visualización de PDF, prueba [cambiar al visor del navegador](/latex/es/base-de-conocimientos/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/es/base-de-conocimientos/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.
