Daniel Sogl

Results 7 comments of Daniel Sogl

One thing to note, there looks like there is an Angular 14 issue. Our app with the latest Ionic version and Angular 13 has no issues.

One thing to note you switched back to package-lock v1. You should use the latest Node LTS version including npm v8.

Hi, I just ran into this bug on a project. This issue is still existing in capacitor v4 on android. Is there a known workaround to solve this issue?

Sure, form actions shouldn't be used with capacitor. I just ran into this issue when migrating an existing web app with that kind of functionality and found the related GitHub...

I also can confirm this bug. Just take a look at the StackBlitz demo linked in the official CDK docs: https://stackblitz.com/run?file=src%2Fapp%2Fcdk-virtual-scroll-window-scrolling-example.ts The example should render 10k elements but only the...

@maxokorokov to support ng14 with bootstrap v4 (ng-bootstrap@11) you only have to change the supported peerDeps of the package. ```json "peerDependencies": { "@angular/common": "^13.0.0 || ^14.0.0", "@angular/core": "^13.0.0 || ^14.0.0",...

@liamdebeasi I have the same Issue and created a example repository: https://github.com/daniel-zero/ionic-reorder-list-bug It is not possible to pass in a custom ion-item child component to a reorder-list component. The reorder...