-
Notifications
You must be signed in to change notification settings - Fork 78
IconToolbarItem does not work correctly in a TabbedPage #24
Comments
Are you using an IconTabbedPage? The sample uses one and the toolbar icons were working alright. |
I tried with IconTabbedPage, and it changes nothing, icons won't show. Here is my full code sample:
I searched in your GitHub Forms samples, but I found nothing like my case. |
Currently the Sample from the Github is also not working. Atleast in my case. |
I have the same problem. |
I'm also having issues with IconToolbarItems showing up correctly. I'm getting the following exception on Android, while in iOS it simply doesn't show up: System.InvalidCastException: Unable to convert instance of type 'Android.Support.V7.Widget.AppCompatTextView' to type 'Android.Support.V7.Widget.Toolbar'. |
I'm facing a problem with the same case but not the same error message: |
Hi,
It seems that if we use IconToolbarItem in a TabbedPage (and not in a ContentPage), icons aren't showing up, but Command action works, and we can see "tap effect" on icons places. In a ContentPage, IconToolbarItem works.
Here is a sample of my code :
Is this a known issue ?
The text was updated successfully, but these errors were encountered: