Hi I`m trying to customize the default shell topbar in Android and iOS
I would do like to set some rounded corners on it
i`m trying to follow this https://vladislavantonyuk.github.io/articles/Customizing-.NET-MAUI-Shell/
I almost get done, but when a navigate to next page the things does not going right. see images
First PAge is it OK

next Page is not (like a styled topbar is over the default one)

- After debug the
CustomShellSectionRenderer.OnCreateView is being called just once.
- when navigate to next page, this
CustomShellSectionRenderer.OnCreateView is not called again
there are any way to do that ? tks
Hi I`m trying to customize the default shell topbar in Android and iOS
I would do like to set some rounded corners on it
i`m trying to follow this https://vladislavantonyuk.github.io/articles/Customizing-.NET-MAUI-Shell/
I almost get done, but when a navigate to next page the things does not going right. see images
First PAge is it OK

next Page is not (like a styled topbar is over the default one)

CustomShellSectionRenderer.OnCreateViewis being called just once.CustomShellSectionRenderer.OnCreateViewis not called againthere are any way to do that ? tks