Results 1 comments of Linus

I "solved" it with this fix. public _reload = true; ionViewWillEnter(){ setTimeout(() => this._reload = false); setTimeout(() => this._reload = true); } Not my proudest moment as a developer but...