inimirpaz

Results 7 issues of inimirpaz

### Description (see repro) I have some legacy Xamarin code handling the toolbar item visibility. It used to work in Xamarin, it does not in .NET MAUI. It seems that...

t/bug
platform/android 🤖
platform/iOS 🍎
s/verified
s/triaged
migration-compatibility

### Description Please find the repro and screenshot attached. In the repro is also present the Xamarin solution. ![Screenshot 2024-05-22 alle 12 21 17](https://github.com/dotnet/maui/assets/56956625/8c09953f-6039-4ecc-9683-428a54c19512) It seems that the row heights...

t/bug
area-layout
platform/android 🤖
platform/iOS 🍎
s/verified
s/triaged
migration-compatibility
layout-grid

### Description See repro. In iOS when you have a Background set to a(n horizontal) ScrollView and you scroll it the background is not fixed to the page and scrolls...

t/bug
platform/iOS 🍎
s/verified
s/triaged
area-controls-scrollview

### Description ``` ``` Gives different results in Xamarin vs MAUI: ![Image](https://github.com/user-attachments/assets/97c132af-3a0f-4c0e-bb69-ddf695baadfb) ![Image](https://github.com/user-attachments/assets/46d6bd76-ddbe-4e69-b042-7c0f53320903) ### Steps to Reproduce _No response_ ### Link to public reproduction project repository https://github.com/inimirpaz/maui_issues/tree/boxview_grid_issue ### Version with...

t/bug
s/verified
s/triaged
s/try-latest-version
migration-compatibility

**Describe the bug** In some older devices the camera won't open when the quality is set and is not Default. (Rather, the issue here is the resolution of the camera...

bug

### Android framework version net8.0-android ### Affected platform version .NET 8.0.400 ### Description It all boils down to the dependency `Xamarin.AndroidX.Lifecycle.Runtime` being used by the two. ``` Version conflict detected...

Possibly analogous to https://github.com/JimmyPun610/BarcodeScanner.Mobile/issues/205 You can also experience this with the "Nested Page" in the SampleApp project (.NET MAUI). In some circumstances (e.g. navigating away from a page, using Shell...

bug