PowerApps responsive layouts

91 Views Asked by At

We have developed a PowerApps application that works well for websites. Now, we are looking to create a similar application for mobile devices. Instead of building two separate PowerApps applications for website and mobile, we are exploring the idea of modernizing the existing application to make it responsive.

We've attempted to achieve this using containers, but it's proven to be quite time-consuming and hasn't resulted in an exact match to the website layout. We've also experimented with screen and parent dimensions but haven't been successful in achieving a fully responsive layout.

Could anyone provide suggestions on different ways to modernize our existing web PowerApps application to make it responsive and compatible for mobile devices?

1

There are 1 best solutions below

0
Ganesh Sanap - MVP On

You can use below for building responsive Power Apps canvas applications:

  • Responsive layouts/screens
  • Containers (Horizontal container/Vertical container)
  • Formulas for dynamic layout

Refer below Microsoft official documentation for building responsive Power Apps canvas applications:

  1. Building responsive canvas apps
  2. Create responsive layouts in canvas apps