Ionic vertical input range

I’m using ionic 3 to build up my app. All was good, but what I want is to rotate ion-range vertically. I actually did it using css. Now slider is vertical but sliding action didn’t work fine. When I swipe left it goes down and when I swipe right it goes up. As if the actual input still horizontal.
Any help please ?

Try different CSS rotate value?

-90 degree?

yeah even if rotation changed, the touch event remain the same …