Skip to main content
0 votes
0 answers
48 views

I'm trying to create a new Uno Platform project (VS 2026, Uno 6.4.16.16), but I get the following error: System.DllNotFoundException: Unable to load DLL 'Microsoft.WindowsAppRuntime.dll' or one of its ...
MaestroX's user avatar
0 votes
0 answers
56 views

I have been trying to get libvlcsharp working with platform uno based on the sample but keep getting a "No such interface supported" error when I try running it. I tried to simplify the ...
user30286640's user avatar
0 votes
1 answer
212 views

I'm using the uno platform template and I'm trying to add an on-screen log to see errors on android screen during testing. This code is working well <Page x:Class="Phirenze.Phinance.Uno....
cflorenciav's user avatar
0 votes
1 answer
102 views

I have multiplatform project (targets for iOS, Android and Windows), so far just began, very simple content. I'm debugging only on iOS so far, Android even didn't touch yet. Everything was fine, until ...
holycreeper's user avatar
4 votes
1 answer
384 views

I'm trying to change the size of the window in my Uno Platform application. I've gone through the official documentation and searched GitHub repositories for examples, but I couldn't find a solution ...
  MinecAnton209's user avatar
1 vote
0 answers
61 views

I'm creting as new multiplatform app with uno platform 5 and net9, I modified the example given and worked ok with static values, but when I tried to use x:Bind throw this error: Cannot resolve type &...
cflorenciav's user avatar
0 votes
0 answers
110 views

I am new to Uno, its MVUX (Model, View, Update, eXtended) pattern, and the flux pattern implemented by Fluxor. I have two basic questions: What is the difference between the MVUX and Flux patterns? ...
Phil's user avatar
  • 6,284
1 vote
1 answer
50 views

I am building my first Android application with Uno and am attempting to debug a component within Uno's authentication assembly. Unfortunately I am having trouble accessing its symbol file and ...
Mike-E's user avatar
  • 2,564
1 vote
1 answer
82 views

I have created a new Uno Platform app and am trying to inject environment specific appSettings.json data into the pages. So far I import the settings; .UseConfiguration(configure: configBuilder => ...
Matthew Flynn's user avatar
0 votes
1 answer
24 views

Is it possible to host the Uno application in Web.Sdk-style project ? Like embedded UI ? All the samples I've seen advise to create Web Assembly project , haven't seen the sample with simple ASP Core.....
Alexander.Furer's user avatar
1 vote
0 answers
536 views

Background: I try to get the Uno framework installed on a Windows PC, but the "uno-check" application fails on installing dotnet workloads: fix failed - Workload Install failed: `dotnet ...
user3279361's user avatar
0 votes
0 answers
44 views

I created an Uno platform app and it's running well. By default, there are some profiles for WebAssembly and WinAppSDK, but there's no for android, to run android I need to change the framework ...
cflorenciav's user avatar
1 vote
1 answer
266 views

The following code works perfectly in WinUI (Uno Platform) to display an embedded BTC chart in the WinUI app: Xaml: <Page x:Class="UnoApp1.MainPage" xmlns="http://schemas....
Maximus's user avatar
  • 1,097
0 votes
0 answers
80 views

I am trying, in the Uno Platform using C#, to set the source of my MediaPlayerElement to a file picked by a FileOpenPicker. I have successfully retrieved the resulting file path of the picked file as ...
SE User's user avatar
  • 75
-1 votes
1 answer
156 views

I am trying to transfer a UWP project to Uno Platform. I want to run the app on Linux later and I am using VS22. The project uses OxyPlot to plot some charts and I am having problems to integrate ...
CHS's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
27