ismasanchez

Results 10 comments of ismasanchez

This bug affects any app that needs drag and drop capabilities, it is really important for many apps, any plans on when is going to be fixed?

@Tailslide There's a workaround but it requires a huge effort, as you could use MAUI (not Blazor) drag and drop capabilities. With MAUI Blazor hybrid you can mix and match...

@VegasVault I totally agree, such a big bug makes this development framework (Maui + Blazor) not reliable for now.

Hi, after small research I've been able to find out the following things: - Vanilla drag-and-drop implementation does not work in Android as stated here: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/drag_event - Some drag-and-drop implementations...

Here's another library that I have been able to successfully implement in Maui/Blazor for Android: https://github.com/ThibaultJanBeyer/DragSelect Example: https://www.cssscript.com/demo/draggable-selectable/ When the implementation works in Android Webview (or any chromium based browser)...

@Eilon None of those implementations mentioned before work on Windows, any thoughts on that?

This is an absolute nightmare, I can't spend 2 hours debugging this bug for such a standard functionality... anyway, here are the steps to reproduce: Create a brand new MAUI...

I think is a misunderstanding and instead of this: xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material" Should be this: xmlns:material="clr-namespace:UraniumUI.Material.Controls;assembly=UraniumUI.Material"

I'm using version 2.1.2 and for some reason VS is not giving any highlighted error when I use: xmlns:material="http://schemas.enisn-projects.io/dotnet/maui/uraniumui/material" But when I build, I get this error: XamlC error XFC0000:...

This is my workload Installed Workload Id Manifest Version Installation Source --------------------------------------------------------------------- maui-windows 7.0.49/7.0.100 VS 17.4.33122.133 maui-maccatalyst 7.0.49/7.0.100 VS 17.4.33122.133 maccatalyst 15.4.2372/7.0.100 VS 17.4.33122.133 maui-ios 7.0.49/7.0.100 VS 17.4.33122.133 ios 16.0.1478/7.0.100...