Hello,
I tried to access the BottomNavigationview by writing a TabbedPageHandler.
Did you mean you used TabbedPageHandler
to customize TabbedPage?
If so, please refer to this issue: Move TabbedPageHandler to TabbedViewHandler #4893.
I'm trying to set the icons on the tabbedpage. Not using Shell.
In MAUI, it is simple to set icons without handler or renderer. Please refer to the following code:
<TabbedPage ...>
<local:Main Title="test" IconImageSource="icons8.png"/>
</TabbedPage>
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.