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
The problem is with the last tab icon: logo-facebook.
The icon appears on android, but does not appear on iOS or Windows. I believe the problem is in classes added to the element, which are different depending on platform.
On Android, the css class is: ion-logo-facebook
On iOS, the css class is: ion-logo-facebook-outline, which does not exist in css files, since this icon does not have an "outlined" version.
This issue also applies to other "logo" icons - I have checked a few.
Description
I have a following markup for tabs in my app:
The problem is with the last tab icon: logo-facebook.
The icon appears on android, but does not appear on iOS or Windows. I believe the problem is in classes added to the element, which are different depending on platform.
On Android, the css class is: ion-logo-facebook
On iOS, the css class is: ion-logo-facebook-outline, which does not exist in css files, since this icon does not have an "outlined" version.
This issue also applies to other "logo" icons - I have checked a few.
Which Ionic Version? 2.0-beta8
** Ionic info output **:
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.8
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
OS: Distributor ID: Ubuntu Description: Ubuntu 14.04.4 LTS
Node Version: v6.2.0
The text was updated successfully, but these errors were encountered: