- Getting Started
- Demo apps
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Designing your App with Autopilot
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Leveraging Connections in your apps
- Web apps in Studio Web
- Application Lifecycle Management (ALM)
- UiPath® First-Party Apps
- Basic Troubleshooting Guide
Best practices for building accessible apps
-
The color contrast ratio between text color and background color in your app should be at least 4.5:1.
-
Large-scale text, or images containing large-scale text should have a contrast ratio of at least 3:1.
-
For more details on accessibility standards concerning color contrast, refer to WCAG 2.2.
Designing your app to be responsive and multi-device friendly also provides accessibility benefits to users of your app.
-
Use Container controls in your app where possible. Set your container control to allow wrapping and scrolling. Additionally, set a fixed container width along with a maximum width of 100%. This ensures controls wrap to the next line, when there is not enough space available.
-
Set the flex grow and flex shrink properties of the Container control to
1
. This ensures the Container uses all of the available space, but does not expand beyond it.