Legends
Legends
This is not a switchery issue, you have to load and execute the code separately after u have fetched the html !
@DjustinK >There is no documentation how catch a state change with multiple switches. It's just a simple checkbox and you can query it the usual way: `$(".js-switch").on("change",function(){alert($(this).is(":checked"));});` `` @rgheleribefore I...
**.Net Maui on .net 8** Testing on local android 11 -API 30 device. (It works fine on .net-7)  ^ @tusharsjagdale : There is a wa for ur problem [here](https://github.com/mono/SkiaSharp/issues/2444#issuecomment-1564090245)
Ok, I solved it by adding a reference to `SkiaSharp.Views.Maui.Controls 2.88.6` to my application. [Ref](https://github.com/mono/SkiaSharp/issues/2444)
Is this a leak? (detached nodes): 
Looks dead to me...
I got problems in my app when I switch from 2.1.1 to jquery 3.1.1, but only on one page where I have 22 sparklines and only when I call the...
The problem seems to be tied to `TextCell `controls inside a `TableSection `control. When I transform the `TableView` into a `CollectionView `and bind each item to `NavigateCommand`, it works normally....