Diego Rivero

Results 34 comments of Diego Rivero

Can you send me the xaml example to drivero [at] uxdicers.com?

I think the difference is due to the Navigation Bar that in .NET MAUI is not transparent. We are working on migrating that behavior and will be available soon. You...

Transparent navbar is part of Grial for MAUI now. Take a look at version 4.0.84: https://grialkit.com/blog/grial-ui-kit-4-for-net-maui-february-update

Hi @kdrtthreatt Grial is built strictly following the [Model View View-Model pattern](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/enterprise-application-patterns/mvvm) with data bindings in the XAML so that replacing the source of the data does not require changing...

We couldn't reproduce the issue. Even if we use with those exact versions the button seems to work. In which device is this happening?

Hi Raymond, What do you mean by curve?

You need to declare the font in the MauiProgram next to the other font declarations: `fonts.AddFont("materialdesignicons-webfont.ttf", "MaterialDesignIcons");` And use it like this: ``` ```

We've tried with those version and worked. What iPhone are you testing on? What XF version?

It doesn't seem to be Grial related. How did you declare the FileProvider? Did you enable multidex?

There's a way to simulate that command from Xaml using a gesture recognizers and reusing the items: ``` ``` This binds the item tap event to a command named `ItemTapCommand`...