
Announcements
Is there a way to have the app navigate to different screens based on the screen size?
I've tried this, but it doesn't seem to work.
If(App.ActiveScreen.Width > 700, Navigate(DesktopScreen), Navigate('Phone Screen'))
Yes, you can do.
I am adding a Microsoft official docs on that, so that you can do this easily.
Link: Responsive Canvas Apps