François Billioud
François Billioud
In the snack, I can move the thumb even if I start pressing on the blue area. Is the probleme related to the onSlidingStart event?
Your case is still not clear. Can you try to explain exactly what you are trying to achieve, what is happening instead, and why the provided snack doesn't solve your...
I have this when I try on the snack. Is it not the expected behavior? 
Indeed... Ok, now I think I understand the problem. The issue is that, solving that will be quite troublesome, and I'm not sure I'll have the time soon for such...
No, a padding in the responder view would mess up the computation of the positions for the thumb relative to touches. That could be solved, but require an extra work....
I fixed this in version 8.0.0. Now, the padding area should respond to touches. Please report any bug.
Yes, media queries are planned. I just need to finish some stuff before I can finish this, but that should not be too hard. For transitions and animations, well... That's...
Interesting. It will definitely help. As I said, I'm convinced it is doable. It is just a bit challenging because there are a lot of cases to handle. But the...
Thank you =) Don't hesitate if you encounter issues. The project is still very young but we are using it on a huge app so I can ensure that it...
On Android, the issue is a bit more complex. You can find all the details [here](https://stackoverflow.com/questions/62151458/how-to-detect-android-devices-default-font-size-with-css-media-queries) Basically, if you change the font scale in Android params, the browser will apply...