You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2023. It is now read-only.
This currently seems as it can't be used together with TabViews for the the TabViewItem title property on iOS.
I am able to user icons as text properties on label etc, but as soon as I go to use it on a title in a TabViewItem it returns a question mark.
<TabView id="tabViewContainer" class="fa" top="50" left="0" class="tabview" tabBackgroundColor="#ffffff" color="#ffffff" selectedTabTextColor="#000000"> <TabViewItem title="{{'fa-comment' | fonticon }}"> <Frame defaultPage="views/wall/wall" id="wallFrame" /> </TabViewItem>
The text was updated successfully, but these errors were encountered: