0

在基于*ngif条件的页脚中,我正在更改页脚图标...它在android中完美运行,但在ios中却没有

<Button class="footer-class" textWrap="true" (tap)="onNavItemTap('/profile')" *ngIf="isLoggedIn">
<FormattedString>
   <Span fontFamily="FontAwesome" [text]="profile" class="icon-style fa"></Span>
   <Span text="&#x000a;profile" class="footer-title"></Span>
</FormattedString>
</Button>
<Button class="footer-class" textWrap="true" (tap)="onNavItemTap('/contactus')">
   <FormattedString>
      <Span fontFamily="FontAwesome" [text]="contactus" class="icon-style fa"></Span>
      <Span text="&#x000a;contactus" class="footer-title"></Span>
   </FormattedString>
</Button>

..在此处输入图像描述

在此处输入图像描述

4

0 回答 0