Legends

Results 28 comments of Legends
trafficstars

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) ![image](https://github.com/ewerspej/epj.ProgressBar.Maui/assets/966368/03ff7e9e-09ef-4181-990a-0e7273a924a5) ^ @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): ![image](https://cloud.githubusercontent.com/assets/966368/21532932/c921eeca-cd55-11e6-88dd-da0988430456.png)

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....