I need to open the same application with 2 screens with different UIs. How Can I do that in .net MAUI? How Can I update the second screen by changing anything on the first screen?
Asked
Active
Viewed 187 times
0
-
Only Foldable devices including the `Microsoft Surface Duo` and `Android devices` supports dual screen with different UIs. You can visit the [dual-screen developer docs](https://learn.microsoft.com/en-us/dual-screen/) for more information about building apps that target foldable devices, including [design patterns and user experiences](https://learn.microsoft.com/en-us/dual-screen/design/). – Alexandar May - MSFT Jan 25 '23 at 11:14