inimirpaz
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?
Has this been verified by the team?
Something somewhat similar is happening now with 1.8.5 versions: ``` Version conflict detected for Xamarin.AndroidX.Lifecycle.Runtime. Install/reference Xamarin.AndroidX.Lifecycle.Runtime 2.8.7 directly to project MyTest to resolve this issue. MyTest -> Xamarin.AndroidX.Fragment.Ktx 1.8.5...
> Looks like I am hitting another error after adding AdamE.Google.iOS.GoogleUtilities Running with MAUI 9.0.50, .NET 9 > > ``` > EXEC : error HE1046: Additional output: *** Terminating app...
> [@AdamEssenmacher](https://github.com/AdamEssenmacher) I need Firebase. Sorry forgot to include it in my comment. I am referencing `` > > Also added `` > > But the app still terminates with...