Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
399 stars 96 forks source link

Blazor Server .NET 6 mobile drag n drop #144

Closed Falco94 closed 2 years ago

Falco94 commented 2 years ago

Hi everyone,

I think that may not be the correct place to report this issue. But maybe somebody know how to carry on.

I reported an issue to into the asp core project. There seems to be a problem with the blazor.server.js and the third party drag drop polyfill library. Mobile drag and drop in balzor server .NET6 seems to be broken. I testet it with the polyfill library mentioned inside this repo and also with the https://github.com/Bernardo-Castilho/dragdroptouch one. Same issue on both attempts.

Downgrading the project to .NET5 solves this issue.

https://github.com/dotnet/aspnetcore/issues/41394

Falco94 commented 2 years ago

Fixed by @tomes92. For the solution, have a look at https://github.com/dotnet/aspnetcore/issues/41394