itschrono
itschrono
Hello, To render vg-if or other markup (everything maybe possible) you could use a empty or special html comment to keep a reference on a html element, then use insertAfter...
I think the only solution for now is to extends the fyne-cross image in our own Dockerfile, am I right ???
Easy bypass: ```csharp internal void Init(GMapControl gMapControl) { var c = gMapControl; c.MouseWheel += GMap_MouseWheel; c.MouseWheelZoomEnabled = false; } private void GMap_MouseWheel(object sender, MouseWheelEventArgs e) { if (e.Delta < 0)...
> That's a tough point actually - many systems would say it's up to the OS/Window Manager. In macOS an the main APIs moved to require specific pemissions to move...
> Not sure how to handle such a feature when it works on just a subset of platforms. I think not fully cross-platform functionalities should throw or return an error...