Yannik Messerli

Results 6 comments of Yannik Messerli

> but I don't think that function signatures should be changed. Why not? I really don't see a case where an unused parameter of function could be useful. Maybe you...

Note that we encountered the exact same problem for Calcite Radio Group's items. When disabled, the tooltip explaining why it was disabled was not showing up. Should I open a...

Hi @benelan, thanks for the reply. I can still see the described bug in your " working version". If you click once on "Apple" and then, after it re-renders, back...

Ok, I see, I wasn't clear enough about the encountered bug. The bug I am reporting here is that the component, when clicked, turns his UI to the "checked" mode...

> But what is the use case for adding the delay? In our app, the delay is caused by posting to the server and waiting for the result. Here, I...

Yes, it does ([at least on the web](https://github.com/ionic-team/capacitor/blob/main/core/src/core-plugins.ts#L423-L427)). It's apparently a limitation on mobile platform: [`Note: On Android and iOS, data can only be a string or a JSON.`](https://github.com/ionic-team/capacitor/blob/main/core/src/core-plugins.ts#L205). Is...