icon font codes in TabView *tabItem directives don't work
See original GitHub issueThere is what I want to accomplish :
<TabView selectedIndex="1">
<StackLayout *tabItem="{title: ''}" class="fa">
<Label text="This is Label in Tab 1 "></Label>
</StackLayout>
<StackLayout *tabItem="{title: ''}" class="fa">
<Label text="This is Label in Tab 1 "></Label>
</StackLayout>
</TabView>
Here, the font-awesome icon code shows correctly in the Label block but in the tab it doesn’t. It could be really useful to have that working 😃
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (2 by maintainers)
Top Results From Across the Web
Change color of image (icon) in tabItems in SwiftUI
If you want to have different TabBar button colors when the tab is selected than I'm reasonably confident that the Apple provided control ......
Read more >Can we add Font Awesome icons in tabs name alongside the ...
I am wondering if there is a possibility to hide it somehow, to not affect the intended design. Here is the code, for...
Read more >Tab views - Components - Human Interface Guidelines - Design
A tab view presents multiple mutually exclusive panes of content in the same area, which people can switch between using a tabbed control....
Read more >TabView - NativeScript Docs
The TabView component provides a simple way to navigate between different views by tapping on some of the tabs or by swiping between...
Read more >Best practices for fonts - web.dev
Delayed text rendering: If a web font has not loaded, ... page's fonts are being requested in time, check the Timing tab within...
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 Free
Top 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
I saw this issue is fixed for the plain {N} in #4302, where you can target directly the TabView Item. In Angular the template structor is completely different so I think there should be a fix for the Angular version, too. This issue should be reopened or a new one created.
Please open!