-
Notifications
You must be signed in to change notification settings - Fork 78
IconToolbarItem not show on Android #79
Comments
I have the same issue on Android. If I'm using MasterDetail, then IconToolbarItem icon not visible. Please help to accomplish that. Thanks! |
If no MasterDetail is used in application on Android, then IconToolbarItem icon became visible. |
I am facing exactly the same issue. IconToolbarItem's icon not showing up when there is a tabbedpage into a masterdetailpage. |
It worked for me. |
@ivanteles I am using the following where the tabbedpage is the detail of the masterdetailspage |
Detail, I got using toolbaritem in the pages other than in the master details |
Not working in CarouselPage. |
I added an icon to my toolbar but it does not appear, throughout the application it works, even in the toolbar.
<MasterDetailPage.ToolbarItems>
<iconize:IconToolbarItem Command="{Binding PaginaInicial}" Icon="md-home" IconColor="White" />
</MasterDetailPage.ToolbarItems>
The text was updated successfully, but these errors were encountered: