Lily
Lily
## Current behavior DrawerControl's DrawerContent Can not reflect SafeArea Top when shown. SafeArea applies only after pressing the button. https://github.com/user-attachments/assets/8b4e92ef-7ec2-42e3-9251-28175fe7750c ## Expected behavior SafeArea Top should be applied on first...
### Current behavior using Visual State value named "Loading" in xaml triggers Compile error. Error Message: > Operator '+=' cannot be applied to operands of type 'VisualState' and 'lambda expression'...
Type: Bug ## Current Behavior - I made a workspace for mobile. - I configured 2 type of launch for workspace on .code-workspace file ```json { "folders": [ { "path":...
## Current behavior I'm struggling issue with svg file in iOS with Uno Single Project. As far as I know, just referencing svg file path in `Image` choose the appropriate...
### Current behavior When using "Uno.Sdk": "5.6.51" on Android, setting `SoftInputMode = AdjustResize` has no effect when displaying a WebView. This causes the on-screen keyboard to cover focused input fields,...
Hello. I upgraded MSBuild Sdk from `Microsoft.NET.Sdk.Web` to `Microsoft.NET.Sdk.WebAssembly` as the documentation suggested. (project's .NET version is 9) > ## [Upgrading from previous versions of the Uno.Wasm.Bootstrap package](https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/using-the-bootstrapper.md#upgrading-from-previous-versions-of-the-unowasmbootstrap-package) >Moving from...