MitchBomcanhao

Results 49 comments of MitchBomcanhao

I've managed to get it to run by setting the Shell_UWP_Experimental flag in the app class instead of doing it in the UWP project. Seems like setting the platform specific...

according to the documentation - https://learn.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/bindable-layouts > Bindable layouts should only be used when the collection of items to be displayed is small, and scrolling and selection isn't required. While...

I don't know how @TechWatching has set up his button, but I've got a similar issue. I've bound the color of the fontimagesource to the button TextColor, and when the...

@IvanTTodorov I would try downgrading the Microsoft.NETCore.UniversalWindowsPlatform package, to force it using an older compiler, perhaps? for whatever reason all the compiler builds since 2019 have been marked as pre-release...

We had similar issues when using the media plugin (which will be very similar to the code in essentials). This seems to be memory related. on our application I could...

This is quite a nasty one. What's stopping the PR from getting merged and a fix released?

I've kept the essentials stuff but made a custom implementation for the ios camera action. Would be great to get this fixed, though...

for completeness, this is a pretty good starting point to make your own variant of the iOS take photo action, while keeping xamarin essentials for the other platforms. https://github.com/xamarin/Essentials/issues/1514#issuecomment-874148026

The newer code in .net maui still appears to have the same fault (see [https://github.com/dotnet/maui/blob/main/src/Essentials/src/FileSystem/FileSystem.ios.cs](https://github.com/dotnet/maui/blob/main/src/Essentials/src/FileSystem/FileSystem.ios.cs)