fudom
fudom
@averyjohnston It seems that this bug was introduced with your change in #27375. With this change the component will always throw an error if set via JS, which includes frameworks...
Here is a demo on Stackblitz to reproduce the error: https://stackblitz.com/edit/angular-wx2c3i-u68tct?file=src%2Fapp%2Fexample.component.html In this case, `step` is undefined. This is a common value which an HTML must be able to handle...
Again a short explanation: The ion-range (and maybe other) elements throws an error if an input is nullish (e.g. undefined). In this case, the element is not rendered. This is...
In Ionic 6 I used `pointer-events: none` for the toggle/checkbox inside an item. This allowed me to toggle it with a click on ion-item and prevents nested interactive action. With...
I don't really care about screen readers. It's a Cordova/Capacitor app always in md mode. In general, I agree with you. But I don't have time for major changes. How...
Yes, the version on the Store is not up to date. You can check for updates in the program but open the Store to update. In general, apps installed from...
Sorry, I missed that 1.7.2 is available. I will ask the administrator about it.
The workaround to add platforms generally works great. But sometimes on a fresh cloned repo, it throws the "already added" error. Maybe I have to remove before adding. ```js if...
Ok, I was just wondering why there hasn't been any activity lately and thought I'd reach out to you since I believe you implemented it. I have already noticed some...