sanderschnydrig

Results 7 comments of sanderschnydrig

Hi ecc521! I'm having the same issue and I wonder, how did you get it to work? My MainActivity.java only contains ``` package ch.rro.capacitor; import com.getcapacitor.BridgeActivity; public class MainActivity extends...

@ecc521 many thanks! Works like a charm. As far as I can see these changes don't reside anywhere in the project folder. So there is no way to share it...

I am on version 9.1.0 and getting the same errors

fixed this by permanently setting the version: from ```json "ng-lazyload-image": "^9.1.0" ``` to ```json "ng-lazyload-image": "9.1.0" ```

@tjoskar I am using Angular 11. Here are some relevant dependencies I'm using: `dependencies` ```json "@angular/animations": "~11.2.14", "@angular/cdk": "~11.2.13", "@angular/common": "~11.2.14", "@angular/compiler": "~11.2.14", "@angular/core": "~11.2.14", "@angular/fire": "^6.1.5", "@angular/flex-layout": "^11.0.0-beta.33", "@angular/forms":...

@mlynch sorry I should have elaborated more. With target I mean one of our clients (we use the same codebase and whitelabel it so that our clients get an application...

This problem still persists in the latest version of iOS 16.2. No artworks are displayed. Any updates on this? @juanico18 did you manage to get this working?