Nathan Evans

Results 45 comments of Nathan Evans

Same here. Also if toggling data series on/off via clicking on the legend, the regions do not re-scale themselves. From what I can see, regions as a feature are completely...

This is such a fundamental thing which Xamarin Forms totally doesn't handle well, or at all. Android relies very much on this idea of serializing all your application state into...

Probably the best thing to do is nag them over in MAUI Issues to provide a fix then we can back-port it to legacy Essentials if we haven't all migrated...

With that said - I don't think a fix is technically feasible. The MAUI architecture is not much different from XamForms - and on this particular issue of serializing application...

I think the only possible avenue to fix this is maybe some "hidden" feature or flag(s) on the Activity Intent in Android that needs to be set to prevent it...

The problem is that restoring a XamForms app (and I guess MAUI too) to its previous state upon load is incredibly hard to do.

I still think it's an Android design flaw. If App A delegates a task (e.g. take a photo) to App B, that transaction should mean that App A (and App...

Would be great to get this enabled in the next release. The CEILING function is desperately needed and shouldn't be excluded from the standard build IMO (though that's a quirk...

Any chance of it @ericsink ? I may be naive of what goes on in the SQLitePCL.raw lib builds but it seems highly unlikely that enabling this compile-time option would...

```fsharp let result = [ (("2020-06-09", 2), ("2020-06-09", 2)) (("2020-08-04", 1), ("2020-08-04", 3)) (("2020-09-04", 1), ("2020-09-04", 4)) (("2020-10-14", 2), ("2020-10-14", 6)) (("2020-10-16", 2), ("2020-10-16", 8)) (("2020-12-01", 1), ("2020-12-01", 9)) (("2021-01-11",...