How to initialize Shiny in Uno Application? #825
Unanswered
pdecostervgls
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is no source generation that happens on UWP. I'm afraid I don't know enough about Uno at this time in order to be able help. I'll add it as a todo over in the sample repo. You can also create these types of requests going forward here: https://github.com/shinyorg/samples/issues/new/choose |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app is based on Uno Platform, therefore the App.xaml.cs file is shared across all heads. If I add the
[assembly: Shiny.ShinyApplication...]
directive it says its only available on UWP.I also tried to call the
Shiny.ShinyHost.Init(IPlatform platform, IShinyStartup? startup)
method, but I dont know how to get the value I have to pass asIPlatform
.Beta Was this translation helpful? Give feedback.
All reactions