Alex
Alex
When pulling the code to run the samples a fresh build all did not succeed. The `LightSwitch.Agent` project failed to build with the following errors: iOS ``` /Users/myuser/.nuget/packages/msbuild.sdk.extras/2.0.29/Build/LanguageTargets/CheckMissing.targets(5,5): Error: The...
### Description In Xamarin & Maui Shell we can set the following property `Shell.SetTabBarIsVisible(this, true);` which will show and hide the `TabBar` when using Shell. This feature is Shell only...
This is my first time using this library in a native application, I have used similar libraries in different technology stacks. Can you confirm what (if any) app's are being...
This is a rebase of the `touch-effect` branch, back ontop of main. The rebase wasn't pretty and there were lots of conflicts, I sided with main in every conflicted file...
### Description of Change There is a `NullReferenceException` being thrown by the `KeyboardAutoManagerScroll` during specific scenarios such as using a [BottomSheet](https://github.com/the49ltd/The49.Maui.BottomSheet) and focussing an `Editor` control. After raising the issue...
### Description When using [[The49.Maui.BottomSheet](https://github.com/the49ltd/The49.Maui.BottomSheet)](https://github.com/the49ltd/The49.Maui.BottomSheet) to display a `BottomSheet`, I have discovered a crash on iOS that is happening within the [`KeyboardAutoScrollManager.AdjustPosition`](https://github.com/dotnet/maui/blob/b183cae2982f7c318f796d202f5c811d4da0edd8/src/Core/src/Platform/iOS/KeyboardAutoManagerScroll.cs#L299) method.  I understand this is caused by...
Currently if your control has an autogenerated bindable property, you will get IDE warnings for an unused field: ```csharp [AutoBindable] private readonly ICommand? completedCommand; ``` I have noted the following...
This is a really cool repo, I made my console app's results set look primo spicy 👌 Much appreciated! 😊😊
## Summary In Prism Forms we had the extension method `GetNavigationUriPath`, which when called would give you the current Uri of the `INavigationService`. In maui this extension no longer exists...
I was porting a native sample from swift to xamarin and the [sample new's up a `MLImage`](https://github.com/googlesamples/mlkit/blob/52295b2ef35923f565b8ffeca31f49d4be6b08fd/ios/quickstarts/vision/VisionExample/CameraViewController.swift#L943). I couldn't find this type and went looking through this repository to see...