Creating multiple views (Linux support)? #5331
-
When creating a UWP application, one may use something like CoreApplication.CreateNewView() to add a view to the application (in a new window). Unfortunately, this part of Windows.ApplicationModel.Core.CoreApplication does not port when I create a build for the .Skia.Gtk project. Is there a known workaround for adding multiple views or supporting multiple monitors across Windows and Linux? I've looked around for an easy solution to this but so far I've come up empty handed. Bonus points if the solution also works in Raspbian. I've attached a basic project which includes a button that spawns new views. The specific build warnings I see are: In lieu of multiple views, one fullscreen view that spans multiple monitors is also an acceptable workaround for my situation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As of Uno 3.6, this is indeed not yet supported. We're tracking those features in #4309, if you want to follow. |
Beta Was this translation helpful? Give feedback.
As of Uno 3.6, this is indeed not yet supported. We're tracking those features in #4309, if you want to follow.