Ion-range with dual knob and draggable (fixed) range

Hi there,

I´m trying to achieve the following behavior with standard ionic ion-range component:

One slider with dual knops but the user can only move the “range bar” on slider. Means the distance between lower and upper stay the same when the user moves the range bar.

Like this one:
https://angular-slider.github.io/ng5-slider/demos (Example: “Slider with draggable range”)

This angular component works like a charm but sadly there seems to be a bug when using it in Android (with Capacitor)

I found no way to implement such a behavior with the standard events with ion-range component.

Are you have any suggestions on this?