Lily

Results 6 issues of 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...

kind/bug
triage/untriaged
control/drawer
control/safe-area

### 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'...

kind/bug
area/code-generation
difficulty/tbd

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":...

kind/bug
triage/needs-information
area/vscode

## 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...

kind/bug
triage/untriaged

### 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,...

kind/bug
platform/android 🤖
kind/regression
project/input ⌨️
area/focus
project/keyboard ⌨️

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...