Liam DeBeasi

Results 615 comments of Liam DeBeasi

Were you able to reproduce the issue outside of Ionic? (I.e. in a blank Stencil app) That would help us isolate and fix the issue quicker.

Thanks! I forwarded the repo to the Stencil team who is going to investigate further: https://github.com/ionic-team/stencil/issues/3434.

Thanks for the issue. Could you please describe your use case for this feature? In particular: - What is the problem you are running into? - What alternatives have you...

Thanks! I think this is something that would be good for Ionic to support.

We do not provide time estimates for future feature work. However, we will post a comment on this thread when the feature has been implemented.

Thanks for the issue. The problem here is that when each `ion-item-sliding` is initialized, it queries for the inner `ion-item-options` elements: https://github.com/ionic-team/ionic-framework/blob/7b10fa6476c2c2896c6810c57b3160f8c8896faa/core/src/components/item-sliding/item-sliding.tsx#L217 No options exist on initial load because the...

The issue here is that `ion-item-sliding` does not support dynamically added `ion-item-options`. The issue is not caused by virtual scrolling, but dynamically adding `ion-item-options` is a side effect of using...

Thanks for the issue. Yes, we should be following the [datetime-local](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local) implementation and not return the timezone information. The control is meant to represent a local date and time, but...

Thanks for the issue. We should be able to resolve this by having the `ion-range` gesture use [Pointer events](https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events) instead of the typical mouse/touch events. I am going to mark...

This appears to be an issue with focus trapping. When you present `ion-modal`, we prevent focus from leaving the modal for better accessibility. However, the tinyMCE editor is presented at...