Ionic - Error: Uncaught (in promise): removeView was not found
问题 My Ionic app was working fine and I haven't done anything to it but suddenly I am getting this error and I don't know why. "Error: Uncaught (in promise): removeView was not found 回答1: When you want to manually dismiss the Ionic loading you may need to follow the below example. Which is working fine I have tested in ionic labs. Ionic 3+ Note: If you call this.loading.dismiss() manually, I don't recommend to use dismissOnPageChange, you are probably dismissing the same loading twice. Why the