inimirpaz

Results 6 comments of inimirpaz

> @inimirpaz if you remove this line https://github.com/inimirpaz/maui_issues/blob/698f750c1559579f2797d75fe2bc84762873fc16/ToolbarItemBindingIssue/ToolbarItemExtended.cs#L9C13-L12C16 > > and add this to onIsVisibleChanged > > ``` > else if (!(bool)newvalue && items.Contains(item)) > { > var parent =...

Hello @kubaflo , I have a related issue now... Both by using the standard `Microsoft.Maui.Controls.Command` and the `AsyncCommand` (by James Montemagno), whenever I specify the canExecute condition, after the ToolbarItem...

I see a difference in how `HideSoftInputOnTapped` works (not) in Android vs iOS: - `MainPage` set to a `Page`: does NOT work on Android NOR on iOS. - `MainPage` set...

Same issue here. I did a rollback to v119 to "solve"... also tried @gabrieldwight 's procedure and it worked (!) but I rather avoid unnecessary (?) new dependencies in the...

> I downgrade to version 119.0.1 but the project can't compilele, giving the following message: > > Severity Code Description Project File Line Suppression State > Error System.IO.FileNotFoundException: Could not...

Xamarin.Firebase.Messaging 120.1.7 not working still. Last known working version is 119.0.1 . Any news on the subject?