Maria Hutt
Maria Hutt
@Simon54 thank you for the additional information! It would help us debug further if you can verify if `ion-input`'s `ionChange` fires without issues on your iOS 16 device. Let us...
@Simon54 Please use the following code snippet and let me know what the console log says after clicking on the button (a video showing the findings would be amazing). `elementsFromPoint`...
https://github.com/ionic-team/ionic-framework/issues/29926 seems to be related to this issue.
@Simon54 I really appreciate the results! It does indicate an issue with shadow DOM. Please try this dev build and let me know if it fixes the issue: `npm install...
@Simon54 Thank you for checking!! I had to make some changes to the code. It would be great if you can verify that this dev build still fixes the issue:...
This issue was fixed in [v8.6.2](https://github.com/ionic-team/ionic-framework/releases/tag/v8.6.2)! Please update to the latest version to receive the fix.
Thank you for submitting the issue! Unfortunately, we no longer [maintain](https://ionicframework.com/docs/reference/support#framework-maintenance-and-support-status) v7 as of Oct 17, 2024. I would recommend [upgrading to v8](https://ionicframework.com/docs/updating/8-0). If you are still seeing the same...
Thank you for submitting this issue! I was able to reproduce it. However, this is not a bug, as `ion-textarea` and `ion-input` have never supported this behavior. Instead, this falls...
This has been resolved via PR https://github.com/ionic-team/ionic-framework/pull/30102 and will be available in an upcoming release of Ionic.
A minimal reproduction is important here to ensure we're not making any assumptions about the setup. Since this involves navigation, configuration changes, and overlays, the overall setup might be more...