Open dodomui opened 4 years ago
Hi! Same problem here. I managed to fix rxjs import problem by changing:
import { fromEvent } from 'rxjs/observable/fromEvent';
to:
import { fromEvent } from 'rxjs';
However, fixing this is temporary, because you are editing code which is built and stored in node_modules. I will try to find some other solution.
It looks like there is another branch for Ionic 4, but it didn't work for me on Ionic 5. https://github.com/zyra/ionic-image-loader/tree/v4
@maxtomczyk It is working for me on Ionic 5 + capacitor using this branch. The problem I'm facing now is the image cache not really working on iOS device.
Received above error, I did try change ionic-angular to @ionic-angular can solve this error. May I know how to solve the rxjs issue?
Here is my enviroment