Question: Using an SVG with Shell's Tab Icon?
See original GitHub issueDescription
How can I set an SVG to the new Shell’s Tab Icon property?
Screenshots
Reproduction Link / Code
<TabBar>
<Tab Title="Home">
<Tab.Icon>
<ffimageloadingsvg:SvgCachedImage Source="home.svg" />
</Tab.Icon>
<ShellContent ContentTemplate="{DataTemplate local:ItemsPage}" />
</Tab>
<Tab Title="About" Icon="tab_about.png">
<ShellContent ContentTemplate="{DataTemplate local:AboutPage}" />
</Tab>
</TabBar>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:14 (1 by maintainers)
Top Results From Across the Web
Using SVG images in Xamarin.Forms Tab.Icon
I am using the Xamarin.Forms Shell project template and I want to change the Icons inside AppShell.xaml TabBar to SVG icons. I have...
Read more >Shell Tab Bar Setup Icons using SVG Images - YouTube
We will set up Shell Tab Bar Icons using SVG Images. We will see the problem using SVG Image as Icon. In this...
Read more >Shell Tab Bar Icon using SVG Image, Tab Icon Size Fix - EP 03
Episode 02: We will set up Shell Tab Bar Icons using SVG Images. We will see the problem using SVG Image as Icon....
Read more >SVG, Favicons, and All the Fun Things We Can Do With ...
Favicons are the little icons you see in your browser tab. ... One very new trick is the ability to use SVG as...
Read more >SVG image source for AWC icons
I presume renaming the svg files with a non-svg extension should effectively remove the svg from the war build. However, I don't see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates?