I want to develop a app for the new Surface Neo by using the Uno Platform. For this I tried to implement a TwoPaneView
in my MainPage.xaml, but it's not recognized properly. Also I downloaded the Uno.DualScreen NuGet package, but it didn't solve the problem.
With UWP only and WinUI 2.4 its working great, but unfortunately I can't use android/ios with this solution:
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
...
<muxc:TwoPaneView/>
Does someone know how it works with correctly with the Uno Platform?