Replies: 1 comment
-
Thanks for the report. Could you provide a binlog the issue so we can troubleshoot the build error? For fullscreen, you can either use the linux framebuffer, or you can use the fullscreen APIs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to port my C# UWP app to Linux for a Raspberry Pi. I want the app to run in full screen, but I can't get it to work. I have created a Uno app with the following code.
dotnet new unoapp -o PiPic -preset "recommended" -platforms "android" -platforms "windows" -platforms "desktop" -auth "custom" -theme-service False -vscode -pwa False -maui False -theme "fluent" -presentation "mvvm" -config False -di -log "default" -nav "regions" -http False -loc -tests "none" -toolkit -dsp False -id "com.companyname.PiPic" -pub "O=PiPic"
I then tried to modify the Program.cs by adding the Uno.UI.Runtime.Skia, but this leads to a bunch of compile errors, Uno.SourceGenerator . xaml generator error
Is there an “easy” way to run the app in full screen? I would like to program the app for Windows, Linux (Raspoberry Pi) and Android. Thank you
Regards
Peter
Beta Was this translation helpful? Give feedback.
All reactions