Rupal
Rupal
@murliatdure I am also having the same issue.
I also had same issue in my ionic 2 app. I used ``` ChartModule.forRoot(require('highcharts')) ``` instead of `ChartModule.forRoot('highcharts')` and it worked!
I have the same problem. I have been able to fix it using following steps. Mind you this is not a solution but a workaround and its also time consuming...
Tried both solutions mentioned here. > Adding this method works! > > ```java > @Override > protected void onPause() { > SplashScreen.hide(this); > super.onPause(); > } > ``` > >...
I am also having this same issue.