ionic-team / ionic-framework

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
https://ionicframework.com
MIT License
51.1k stars 13.5k forks source link

ion-icon is randomly empty #14848

Closed M00dl3 closed 5 years ago

M00dl3 commented 6 years ago

Bug Report

Ionic Info Run ionic info from a terminal/cmd prompt and paste the output below.

Ionic:

   ionic (Ionic CLI)          : 4.0.0-rc.11 (/usr/local/lib/node_modules/ionic)
   Ionic Framework            : @ionic/angular 4.0.0-alpha.11
   @angular-devkit/core       : 0.7.0-rc.3
   @angular-devkit/schematics : 0.7.0-rc.3
   @angular/cli               : 6.0.8
   @ionic/ng-toolkit          : 1.0.0-rc.11
   @ionic/schematics-angular  : 1.0.0-rc.11

Capacitor:

   capacitor (Capacitor CLI) : 1.0.0-beta.1
   @capacitor/core           : 1.0.0-beta.1

Cordova:

   cordova (Cordova CLI) : 8.0.0
   Cordova Platforms     : none

System:

   Android SDK Tools : 26.1.1
   ios-deploy        : 1.9.2
   NodeJS            : v9.11.1 (/usr/local/Cellar/node/9.11.1/bin/node)
   npm               : 5.8.0
   OS                : macOS High Sierra
   Xcode             : Xcode 9.4.1 Build version 9F2000

Describe the Bug A clear and concise description of what the bug is.

Sometimes ion-icons stop showing (but if used inside button, button keeps working), inspection shows that the missing icons have a empty .icon-inner Behaviour is random, can't seem to find a clear cause.

App is build around the ionic starte with sidemenu

Steps to Reproduce Steps to reproduce the behavior:

  1. Generate ionic starter with sidemenu
  2. ionic capacitor add android
  3. ionic build
  4. ionic capacitor copy android
  5. Generate APK with Android studio
  6. Install APK on Android

Expected Behavior I expect icons to show up all the time.

Additional Context Below is a screenrecording of the app running on my Android device: screenrecording

brandyscarney commented 6 years ago

Are you still seeing this on latest? 4.0.0-beta.13

M00dl3 commented 5 years ago

Are you still seeing this on latest? 4.0.0-beta.13

Sorry for the extremely late response, just tested it and can confirm that I no longer can reproduce this bug.

ionitron-bot[bot] commented 5 years ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.