Yuriy Holembyovskyy

Results 49 comments of Yuriy Holembyovskyy

As **florisernst** has mentioned problem was in incorrect name of templates. Now it should be "XamarinAndroidBindings.zip". After changing it I got new error _"Cannot add the item because the item...

@amr-moomen @mina5500 I have submitted PR with a fix for this bug. If you need an urgent workaround here is the solution with custom renderers [Entry-Text-and-Picker-Bug-master.zip](https://github.com/xamarin/Xamarin.Forms/files/4250357/Entry-Text-and-Picker-Bug-master.zip)

@Pirate911 Not yet. Should be included in 4.6.0 I have uploaded workaround with custom renderers which you can use for now

I can confirm this bug. It crashes on device with any type from Sys: bool, date, int... in debug mode. Works fine on simulator

I have made a repro [sample](https://github.com/yurkinh/Sample) for this It crashes here: https://github.com/dotnet/maui/blob/8e7c711326f3943910149cede48fb3c6fdffa1e1/src/Controls/src/Core/Platform/Android/Extensions/RecyclerViewExtensions.cs#L25

Any updates regarding maui support?

@HobDev There is ported version of this control https://github.com/yurkinh/Plugin.Maui.Calendar

@HobDev Sorry, pasted the wrong URL. Check please once again

@alikoli I have opened PR #60 and will try to fix comments soon cause I also need it with .NET 8 support as a nugget but currently just grabbing separate...

Hi @SirJohnK Yes. it can be easily reproduced with this sample repo. To repro it please use VScode + .NET meteor extension. When starting it in Debug mode enable the...