Sean Perkins

Results 197 comments of Sean Perkins

This is an odd issue, with the root exception occurring from: https://github.com/ionic-team/stencil/blob/main/src/runtime/styles.ts#L90 The issue is reproducible across the hydrated and custom element bundle. Confirmed in both Angular with the reproduction...

Hello everyone 👋 doing some housekeeping here to get this feature request up to date. I will be updating the original poster's description to reflect my understanding of this feature...

@Marius-Romanus I believe that specific side-issue has been reported here: #24706 and PR to address it here: #24723

@DwieDima thanks for this issue. I've confirmed that the PR you have tag as being related, does not have an impact on this behavior. We will log this as a...

Thanks for this PR @dan-rp1. Couple items that will need to be addressed so that our team can consider it: 1. We avoid using `setTimeout` as a mechanism for delaying...

@dexster thanks for reporting this issue! The behavior you are observing is the effect of the lazy-hydrated bundle from Stencil that is used in our `@ionic/angular` package. Web components are...

@WillooWisp thanks for the reproduction. The refresher appears to be attaching to the scroll events from the `ionRefresh` event firing, but the element is not visible. I'm not exactly sure...

We are in active 6.2 feature development, this bug has not been prioritized in our backlog yet. Would gladly welcome further debugging from the community or a PR if someone...

Hello @WillooWisp! Can you test with this dev-build and let me know if you run into any issues? ``` 6.2.2-dev.11660183625.1a3e60c7 ```

@WillooWisp can you share more about your environment? I tested with this dev-build: `6.2.4-dev.11660836281.1a11712b` due to this issue: https://github.com/ionic-team/ionic-framework/issues/25782 On emulator with a Pixel 5 (API 32), pull to refresh...