Jonathan Dick

Results 118 comments of Jonathan Dick

I have another repro that I believe to be the same bug: https://github.com/Redth/MauiRepro_RefreshScrollRepro in my case it seems largely problematic on Mac/iOS

@jsuarezruiz I pushed one small change to capture the Context and cache its use in a couple places in this view.

It's worth noting that you can extend the Essentials' API for your own use for any permission as well. Take for example [ContactsRead](https://github.com/dotnet/maui/blob/main/src/Essentials/src/Permissions/Permissions.android.cs#L216-L220). If you follow this pattern you could...

@tradegear that comment is not productive, and does not adhere to our [Code of Conduct](https://dotnetfoundation.org/about/policies/code-of-conduct). Please read the policy and conduct your interactions accordingly in the future. The error looks...

@davidbritch are you able to assist in adding some conceptual docs around LogicalChildren API's?

The pdb's do ship inside the nugets, and if you look at symbol load information in VS you might see something like: ``` X:\tempcode\MauiApp8\MauiApp8\bin\Debug\net8.0-windows10.0.19041.0\win10-x64\AppX\Microsoft.Maui.Controls.pdb: Cannot find or open the PDB...