Uno.Samples icon indicating copy to clipboard operation
Uno.Samples copied to clipboard

A collection of code samples for the Uno Platform

Results 192 Uno.Samples issues
Sort by recently updated
recently updated
newest added

Hello, I have done all the steps described in the documentation under https://platform.uno/docs/articles/external/uno.extensions/doc/Overview/Maui/ThirdParty-MauiCommunityToolkit.html#adding-drawingview. The project starts under the Windows platform. But the moment the xaml is loaded, it crashes. Can...

The CountryDataSample project compiles but doesn't start on Windows and Android. It crashes instantly on startup. I didn't test it on iOS or Wasm but I guess it's the same...

Should include: - feature entry on deep-linking - how-to on adding deep-linking to an app - sample app demonstrating deep-linking Resources: https://stackoverflow.com/questions/61503842/how-do-i-enable-deep-linking-in-webassembly-for-uno-platform

good first issue

Removed ElevatedView in favor of the new ShadowContainer

The counter at the bottom of the second ListView to change pages isn't displaying a page number on Mobile and the arrows do not increment/decrement the counter. The counter should...

There seems to be a burger menu overlaying the text in the sample app image used, so possibly in the sample itself as well.

Even After closing the app when trying to re-sign in, you get stuck here ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/9b5a852b-1748-4566-8ea1-0ae23cc5a269) maybe when reopening the app, the problem is using different credentials

On WinUI, I get this error: ![image](https://github.com/unoplatform/Uno.Samples/assets/90481654/6264bf59-201e-46d3-99d8-4784bb6aa6b8) With this CallStack ``` [External Code] > Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.PrepareClient() Line 37 C# Authentication.OidcDemo.Windows.dll!Authentication.OidcDemo.MainPage.MainPage_Loaded(object sender, Microsoft.UI.Xaml.RoutedEventArgs e) Line 27 C# [External Code] ``` On IOS...