Dimah Snisarenko
Dimah Snisarenko
Hi Rouven, Thank you a lot for this issue! I was not aware of the newly created abort functionality of the cordova-plugin-advanced-http, but I've been waiting for it for a...
Hi Sefa, thank you for your reply. It might help me to deal with the issue.
Hi @silkimen, when I try to call `sendRequest` with the help of `@ionic-native/http` like below ```ts this.http.sendRequest('https://httpbin.org/post', { method: 'post', headers: { 'Content-Type': 'application/json' }, serializer: 'utf8', data: JSON.stringify("json string")...
Hi Antariksh, There is no such functionality per-se, but you can build one yourself based on what the component already has. The code example would be: ```js const slider =...
Thank you for the feedback, @rinogo. I'll think about how to incorporate it in the future versions of the project.
Hi @VisionaryAppDev, it seems like `img-comparison-slider` somewhat works in Svelte out of the box. By somewhat I mean it doesn't support any component's attribute except "value". I guess there is...
Looks great, @VisionaryAppDev. I'm happy your way is working because it seems cleaner. I'm also new to Svelte :)
Hi Mehdi, Thank you for your kind words and the feature request. It all means a lot to me ❤️ I am currently working on the pronunciation feedback and hope...
This component works similarly to any other focusable input, for example, ``. Thus, it doesn't distinguish between selecting with a pointer device or selecting with the keyboard. But you can...
You made a pretty good point, and I'm currently researching how this can be achieved. https://twitter.com/sneasio/status/1733438507731812785 Feel free to contribute if you have any ideas.