Vladislav Antonyuk

Results 165 comments of Vladislav Antonyuk

Tomorrow we'll see .NET 7. Do we need rc2 release?

@nickrandolph @lnaie @Jeremywhiteley if you need it right now, you can build it from the PR, using `dotnet pack`.

> Following API is missing from AppDelegate on iOS. > > ```cs > public override bool OpenUrl(UIApplication app, NSUrl url, string sourceApplication, NSObject annotation) > ``` > > This hook...

I think it is responsibility of the fileSystem: https://github.com/xamarin/Essentials/issues/1006

When I implemented it, I denied the pop up to close on click, because it closes even when you click on its content. From my point of view it is...

https://github.com/xamarin/XamarinCommunityToolkit/issues/1750#issuecomment-985645536

![image](https://user-images.githubusercontent.com/33021114/154971634-316ff30e-2503-4033-b8de-73227a9ce1eb.png) NRE is expected here. The error message should contain missed text

Sounds reasonable to me. Actually I do the same in my app