UiPath Documentation
apps
2022.10
false
Apps User Guide for Automation Suite
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Crea una aplicación compatible con dispositivos móviles

Información general

You can use UiPath Apps to build mobile-friendly apps. The same app can be used on devices with different screen sizes, such as mobile phones, tablets, or computers, without any issues.

To demonstrate this, follow the steps from the Tutorial section.

También puedes encontrar un archivo de aplicación de muestra con más ejemplos al final de esta página.

Tutorial

Use este ejemplo para crear una aplicación que contenga tres campos y un botón de enviar. Esta aplicación se comporta de manera diferente según el tamaño de la pantalla.

  1. Crea una nueva app.

  2. Add a Container control to your app.

    2.1 Set the Layout of the container to Horizontal.

    2.2 Check the Allow wrapping property of the container.

    2.3 Configure the Width size of the container as 100 %.

    Imagen de documentos

  3. Add a Textbox control in the container.

    3.1 Add Name in the Label property.

    3.2 Change the Label Placement to Top from the Style tab.

  4. Add a second Textbox control after the first one.

    4.1 Add Age in the Label property.

    4.2 Change the Label Placement to Top from the Style tab.

  5. Add a third Textbox control after the second one.

    4.1 Add Address in the Label property.

    4.2 Change the Label Placement to Top from the Style tab.

  6. Add a second container below the first one with the same Style properties.

  7. Add a Button control in the second container.

Resultado y pruebas

Ahora puede previsualizar y probar su aplicación.

To test your app using the Google Chrome browser, follow the steps below:

  1. Haz clic derecho en cualquier lugar de la página.

  2. Select Inspect from the menu.

  3. From the menu on the right-hand side, click Toggle device toolbar.

  4. Elija las dimensiones deseadas de la lista desplegable en la parte superior de la página para probar su aplicación.

    Consejo:

    In the case of the Container layout control, the containers inside are automatically mobile-friendly. If the controls inside the containers need to be reactive as well, use the Allow wrapping property.

Para ver más ejemplos, puede descargar el siguiente archivo de aplicación de muestra.

  • Información general
  • Tutorial
  • Resultado y pruebas

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado