Uno.Samples
Uno.Samples copied to clipboard
A collection of code samples for the Uno Platform
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
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  maybe when reopening the app, the problem is using different credentials
On WinUI, I get this error:  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...