uno.extensions
uno.extensions copied to clipboard
Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
## What would you like clarification on ## Concern? - [ ] Usage in industry - [ ] Clarification of capabilities - [ ] Getting started with Uno - [...
## Current behavior The relationship between Route and Region is chaotic [docs demo ](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Navigation/Advanced/HowTo-UseTabBar.html#code-example) ` ` 1. SelectedIndex="0" Unable to initialize display of Region="One" panel 2. SignUpPage must be implemented...
### What would you like to be added I would like to be able to add a HeaderText / Caption (would add this dependency Property in my Controltemplate beside the...
Given this implementation: https://github.com/IdentityModel/IdentityModel.OidcClient.Samples/blob/d41b3868e75b5b1eb8e70ef7717a0a298ff7df1e/NetCoreConsoleClient/src/NetCoreConsoleClient/SystemBrowser.cs We should be able to use this to enable OIDC auth through the browser for the Skia targets of on Uno app
## Current behavior I implemented `VisualStateManager` as presented in example: [VisualStateManager](https://platform.uno/docs/articles/external/uno.extensions/doc/Learn/Markup/VisualStateManager.html) In this example, `VisualStateManager` is a property of a topmost `UIElement`. It is working fine. I created couples of...
### Current behavior I have SomeUtils class that takes [UnoAppNavigation2.zip](https://github.com/user-attachments/files/17684440/UnoAppNavigation2.zip) in INavigator as ctor parameter, at creation the parameter is null  **App.xaml.cs** ``` ...omitted for brevity .ConfigureServices((context, services) =>...
### Current behavior If I want to define a `ItemsPanelTemplate` like this: ```cs new ItemsControl() .ItemsPanel( new ItemsPanelTemplate(() => new StackPanel().Orientation(Orientation.Horizontal))); ``` I get an compiler error, that `ItemsPanelTemplate` has...
### Current behavior When I translate the ContentSizer sample in Windows Community Toolkit Gallery into C# markup, the sizer control do not show as expected. But it works with XAML....
### Current behavior Not showing any ContentDialog created from MmainModel using xamlRootProvider thats xamlRoot was set while the Page Loaded Event Same Behaviour if you try to do the call...
### What would you like to be added 1. See Edit Note in reasoning, there seem to be a fix for wpf solutions you might could replicate for fixing? Else:...