Paul den Dulk

Results 738 comments of Paul den Dulk

Thanks, this is a scenario I had not run into, but it makes sense. I would think the same applies to other platforms, like when you have a map in...

I will leave this open as a feature request. BTW, In MAUI every control has an InputTransparent field for this purpose.

I can not reproduce it in todays main branch. - ```git clone [email protected]:Mapsui/Mapsui.git``` - Open Mapsui.slnx - Set `Mapsui.Sample.Uno.WinUI` as startup project. - Run `Mapsui.Sample.Uno.WinUI (Desktop)`

What I have seen in the past is that if performance is bad ui events are missing. Could this be the problem here?

hmm, we do not do a lot with events explicitly in our code, could be a problem in one of our dependencies. I think dat is more likely. This bug...

@nksharma1999 The Uno MapControl has been updated. Please try again with Mapsui 5.0.0-beta.20.

@nksharma1999 Could you report this issue on Uno itself https://github.com/unoplatform/uno/issues In Mapsui we just use the Manipulation and don't do anything specific with PointerIndex. The FlipView is probably a special...

With a quick test of our samples I can not reproduce it. Questions: - Do you run with `MapControl.UseGPU = false;`? This the default on Windows but perhaps you turned...

I can reproduce it. The difference is in the animation used when zooming. Animations are updated in the invalidate-loop, which is a background thread. I wonder how to deal with...