UiPath Documentation
apps
2023.4
false
Guia do usuário do Apps
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Crie um aplicativo compatível com dispositivos móveis

Visão geral

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.

Você também pode encontrar um arquivo de aplicativo de amostra com mais exemplos no final desta página.

Tutorial

Use este exemplo para criar um aplicativo que contém três campos e um botão de envio. Este aplicativo se comporta de maneira diferente dependendo do tamanho da tela.

  1. Crie um aplicativo novo.

  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 %.

    Imagem dos 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 e Teste

Agora você pode visualizar e testar seu aplicativo.

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

  1. Clique com o botão direito do mouse em qualquer lugar da página.

  2. Select Inspect from the menu.

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

  4. Escolha as dimensões desejadas na lista suspensa na parte superior da página para testar seu aplicativo.

    Dica:

    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 obter mais exemplos, você pode baixar o arquivo de aplicativo de amostra abaixo.

  • Visão geral
  • Tutorial
  • Resultado e Teste

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades