问题
I am using tabbar in intel xdk using Framework 7. It only supports few icons and I need to use custom icons or the native icons.
回答1:
You can use font-awesome or just remove <i>
tag and add image from your assets.
<div class="left">
<a href="#" class="link"><img src="..."></a>
</div>
来源:https://stackoverflow.com/questions/35349476/change-icon-in-tab-bar-using-framework-7-in-intel-xdk