The range slider is visible but I don’t see the value of the range when i’m clicking and dragging on it. I tried to initialize it with DOM7 in my js file but I always have the same error " .create is not a function " so I don’t understand why it doesn’t work with range slider but, for example, I already did it with another component like calendar.
My initialization of a slider :
var range = myApp.range.create({
el: '.slider-range',
on:{
change:function(){
console.log("created");
}
}
});
and this block of code is in a pageInit(), is it a pb maybe ?
I was not sure about it, i have replace my file f7 by your last version. Now I have pb with pageInit and addView functions. I’ll work to fix it and see if range sliders are working with the last version